-
- Downloads
use PLNK instead of duplicating "bench" framework (dragoon/komodo!84)
i've basically refactored the whole "bench" framework that was inlined in `examples/benches/operations/field.rs` and `examples/benches/operations/curve_group.rs` into a new repo called [PLNK](https://gitlab.isae-supaero.fr/a.stevan/plnk). nothing effectively changes on the side of Komodo but now the code is much simpler here :)
Showing
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- benches/README.md 3 additions, 3 deletionsbenches/README.md
- examples/benches/operations/curve_group.rs 23 additions, 77 deletionsexamples/benches/operations/curve_group.rs
- examples/benches/operations/field.rs 26 additions, 80 deletionsexamples/benches/operations/field.rs
... | @@ -14,6 +14,7 @@ ark-poly = "0.4.2" | ... | @@ -14,6 +14,7 @@ ark-poly = "0.4.2" |
ark-serialize = "0.4.2" | ark-serialize = "0.4.2" | ||
ark-std = "0.4.0" | ark-std = "0.4.0" | ||
clap = { version = "4.5.4", features = ["derive"] } | clap = { version = "4.5.4", features = ["derive"] } | ||
plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.3.0", version = "0.3.0" } | |||
rand = "0.8.5" | rand = "0.8.5" | ||
rs_merkle = "1.4.1" | rs_merkle = "1.4.1" | ||
thiserror = "1.0.50" | thiserror = "1.0.50" | ||
... | ... |
Please register or sign in to comment