consenzero-bench
is the benchmark of Ethereum consensus' state transition functions by using ream within RISC Zero zkVM.
cd host
make download
make run-<OPERATION_NAME>
OPERATIONS = attestation attester_slashing block_header bls_to_execution_change deposit execution_payload proposer_slashing sync_aggregate voluntary_exit withdrawals
This will execute the program and generate benchmarks (especially for cycles) in ./host/summaries
directory.