This repository provides scripts and tools to benchmark various zkVM and proof systems on Linux and macOS.
Run the setup script to install all dependencies:
./scripts/setup.sh
To run all benchmarks, use:
just bench-local
The benchmark results will be saved in JSON format in the benchmark_results
directory.
To generate a local HTML report from the benchmark results, run:
./scripts/analyze.sh
The report will be generated at: ./report/index.html
.