Commit 50b8614
Add field element comparison script (#504)
* bench vs others
* Standarize guest
* Fix decimals
* Benchmark vs sp1
* Add lambda program
* Remove stray blank line from .gitignore
* Apply suggestion from @gabrielbosio
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
* Add instruments
* Fix syscall number
* Add runtime private inputs, nightly CI workflow, and 500M step projection to bench_vs
* save work
* Fix bench_vs 5x projection inflation and add
--steps flag for nightly 1M/2M/4M/8M benchmarks
* Switch bench_vs projection to measured cycles and add --cycles
CLI flag
* Fix grep pipefail in
bench_vs/run.sh by switching to sed
* Add main field element comparison script for Lambda VM vs SP1 v5/v6
* Add aux elements counting to lambda an sp1 v5
* Fix aux element counting in sp1, guard Lambda VM CLI failure, clarify metric descriptions and ratio legend
* Fix doc, pin version, add test
* check division by zero and extension degree in v5
* Exclude preprocessed columns to match sp1
* Destructure traces
* Change debug_assert fo assert, add verify call for parity with v6, and rename aux output label
* Use usr/bin/env bash
* Remove empty build.rs and unused rust-toolchain, and add --lambda-only, --sp1-only, --report-dir, --no-color flags
* exclude lines of code
---------
Co-authored-by: MauroFab <maurotoscano2@gmail.com>
Co-authored-by: Mauro Toscano <12560266+MauroToscano@users.noreply.github.com>
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
Co-authored-by: jotabulacios <jbulacios@fi.uba.ar>1 parent d706420 commit 50b8614
15 files changed
Lines changed: 6294 additions & 4 deletions
File tree
- .github/workflows
- bench_vs
- sp1_v5/fibonacci
- program
- src
- script
- src
- sp1/fibonacci/script/src
- bin/cli/src
- prover/src
- tables
- tests
- tooling/loc/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments