Add field element comparison script#504
Conversation
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
--steps flag for nightly 1M/2M/4M/8M benchmarks
bench_vs/run.sh by switching to sed
… metric descriptions and ratio legend
Codex Code Review
No other concrete security/bug/perf issues stood out in the PR diff. |
Review SummaryOverall: Clean, well-structured addition. No security vulnerabilities or logic bugs in the core prover changes. Two issues worth addressing, both flagged inline. IssuesMedium – CI supply chain risk ( Low – Silent element under-count if tables grow ( No Issues
|
…d rename aux output label
…y, --sp1-only, --report-dir, --no-color flags
Adds a script to compare the amount of field elements in Lambda VM against SP1 v5 and SP1 v6.
It runs a Fibonacci program of size 100k, 200k, and 400k and counts main-trace field elements (base field, rows × columns across all AIR tables) and auxiliary field elements (extension field, committed interaction columns × rows).
How to run it: