mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 11:43:20 +00:00
9 lines
235 B
Python
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"
|