Expand description
OpenVM verifier execution
First, generate the fixtures by running:
cargo r -r --bin generate-fixtures --features generate-fixtures
To profile this binary, build it with the profiling profile:
cargo b --profile profiling --bin execute-verifier
Then run it with samply for profiling:
samply record --rate 10000 target/profiling/execute-verifier --mode preflight --verifier internal kitchen-sink
Structsยง
- Cli ๐
Enumsยง
- Execution
Mode ๐ - Proof
Type ๐ - Verifier
Type ๐
Functionsยง
- execute_
verifier ๐ - get_
internal_ ๐verifier_ proof_ indices - Determines which proofs an internal verifier at given index should aggregate Returns (proof_type, indices) where indices are the proof indices to load
- load_
proof ๐ - main ๐