benchmarkoor-fetch¶
Fetch EVM benchmark suites from the Benchmarkoor
API and write clean tabular outputs (runtimes.csv, opcounts.json,
bench_data.parquet, trace.parquet, meta.json).
Data-ingestion only — no modelling, no gas analysis. The artifact bundle feeds evm-gasfit, which owns the gas-cost estimation step.
Install¶
Requires Python ≥ 3.11.
Where to look next¶
- Quickstart notebook — runnable end-to-end walkthrough of the granular Style B API.
- README — CLI usage, YAML config schema, output format, caching.
- API reference — full signatures for the four public symbols:
- Changelog — version history.