risc0 / zeth

A "Type 0" zkEVM. Prove validity of Ethereum blocks using RISC Zero's zkVM
Apache License 2.0
381 stars 68 forks source link

Block cycle count collection #108

Open austinabell opened 6 months ago

austinabell commented 6 months ago

Don't look at this, just committing some hacky/wip code to be able to bench block cycle counts.

Although https://github.com/risc0/zeth/commit/5589bcaaf49dec793e53bb6730b5786548cbdefd might be useful as it moves toward proving ranges (but could be done better/cleaned up if so)

Command I'm running (for my own reference)

zeth run --export-csv=<output file> --block-number=19000000 --block-count=10 --eth-rpc-url=<url>