chore: benchmark ultrahonk circuits #20149
Open
+328
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds UltraHonk proving benchmarks for the base parity circuit at 8, 16, and 32 CPUs.
Changes
yarn-project/ivc-integration/src/base_parity_inputs.test.ts: Generates bytecode + witness for the base parity circuit. No-ops unlessBASE_PARITY_BENCH_DIRenv var is set (only runs duringbuild_bench).barretenberg/cpp/scripts/ci_benchmark_ultrahonk_circuits.sh: Runsbb prove --scheme ultra_honk --verifier_target noir-rollup, verifies the proof, and extracts 24+ component timings from the hierarchical breakdown. Outputsbenchmarks.bench.json.yarn-project/end-to-end/bootstrap.sh: Integrates input generation intobuild_bench(with caching) and adds 3bench_cmdsentries for CPUs 8, 16, 32..claude/skills/adding-benchmarks/SKILL.md: Documents theextra: "stacked:GROUP_NAME"convention for rendering component breakdowns as stacked charts on the dashboard.Benchmark entries (per CPU count)
ultrahonk-bench/parity_base/cpus-{N}/total_msultrahonk-bench/parity_base/cpus-{N}/memory_mbultrahonk-bench/parity_base/cpus-{N}/proof_size_kbextra: "stacked:..."for grouped visualization