2026-07-30 14:45:21 +02:00

9 lines
235 B
Python

"""Equi-X PoW benchmarking harness.
Orchestrates language-agnostic runners over a parameter matrix, aggregates
timing/cost statistics, cross-checks implementations, and renders comparison
reports and plots.
"""
__version__ = "0.1.0"