-
- Downloads
migrate recoding benchmark to PLNK (dragoon/komodo!89)
this MR - moves the last "recoding" benchmark to `examples/benches/` - moves the README, which is now all alone, to `examples/benches/` - adds a mention to `examples/benches/README.md` in `README.md` - some minor improvements to the bench README ## TODO - [x] find a way to plot the "recoding" results (thanks to !90)
Showing
- Cargo.toml 4 additions, 4 deletionsCargo.toml
- README.md 3 additions, 0 deletionsREADME.md
- examples/benches/README.md 50 additions, 10 deletionsexamples/benches/README.md
- examples/benches/recoding.rs 83 additions, 0 deletionsexamples/benches/recoding.rs
- scripts/formats.nu 15 additions, 0 deletionsscripts/formats.nu
... | @@ -51,10 +51,6 @@ ark-secq256k1 = "0.4.0" | ... | @@ -51,10 +51,6 @@ ark-secq256k1 = "0.4.0" |
ark-vesta = "0.4.0" | ark-vesta = "0.4.0" | ||
criterion = "0.3" | criterion = "0.3" | ||
[[bench]] | |||
name = "recoding" | |||
harness = false | |||
[[example]] | [[example]] | ||
name = "bench_commit" | name = "bench_commit" | ||
path = "examples/benches/commit.rs" | path = "examples/benches/commit.rs" | ||
... | @@ -78,3 +74,7 @@ path = "examples/benches/setup.rs" | ... | @@ -78,3 +74,7 @@ path = "examples/benches/setup.rs" |
[[example]] | [[example]] | ||
name = "bench_linalg" | name = "bench_linalg" | ||
path = "examples/benches/linalg.rs" | path = "examples/benches/linalg.rs" | ||
[[example]] | |||
name = "bench_recoding" | |||
path = "examples/benches/recoding.rs" |
scripts/formats.nu
0 → 100644
Please register or sign in to comment