-
- Downloads
dont' hardcode curves in the benchmarks (dragoon/komodo!99)
up until now, elliptic curves have been hardcoded in the benchmarks, forcing to run them on all supported curves... this MR makes it possible to use only a subset of curves. >💡 **Note** > when running the same commands from !104, minus the "inbreeding" ones which are not affected by this MR, the time goes from 12min 33sec to 4min 28sec🎉 ## TODO - [x] setup - [x] commit - [x] recoding - [x] fec - [ ] linalg - [ ] setup size - [ ] field operations - [ ] group operations >💡 **Note** > because all the unticked bullet points above are far from critical to the paper and do require to measure all curves, i won't change these for now
Showing
- examples/benches/README.md 4 additions, 4 deletionsexamples/benches/README.md
- examples/benches/commit.rs 98 additions, 51 deletionsexamples/benches/commit.rs
- examples/benches/fec.rs 31 additions, 3 deletionsexamples/benches/fec.rs
- examples/benches/linalg.rs 3 additions, 3 deletionsexamples/benches/linalg.rs
- examples/benches/operations/curve_group.rs 1 addition, 1 deletionexamples/benches/operations/curve_group.rs
- examples/benches/operations/field.rs 1 addition, 1 deletionexamples/benches/operations/field.rs
- examples/benches/recoding.rs 30 additions, 4 deletionsexamples/benches/recoding.rs
- examples/benches/setup.rs 59 additions, 25 deletionsexamples/benches/setup.rs
- examples/benches/setup_size.rs 1 addition, 1 deletionexamples/benches/setup_size.rs
- scripts/commit/plot.nu 13 additions, 15 deletionsscripts/commit/plot.nu
- scripts/commit/run.nu 10 additions, 2 deletionsscripts/commit/run.nu
- scripts/fec/plot.nu 5 additions, 5 deletionsscripts/fec/plot.nu
- scripts/fec/run.nu 3 additions, 1 deletionscripts/fec/run.nu
- scripts/plot.nu 10 additions, 2 deletionsscripts/plot.nu
- scripts/recoding/plot.nu 1 addition, 1 deletionscripts/recoding/plot.nu
- scripts/recoding/run.nu 3 additions, 1 deletionscripts/recoding/run.nu
- scripts/setup/plot.nu 13 additions, 15 deletionsscripts/setup/plot.nu
- scripts/setup/run.nu 10 additions, 2 deletionsscripts/setup/run.nu
Loading
Please register or sign in to comment