-
- Downloads
add a benchmark for the _trusted setup_ (dragoon/komodo!52)
as per title ## changelog - add a `setup.rs` benchmark which measures - the creation of a random setup - the serialization of a setup - the deserialization of a setup - refactor `plot.py` a bit to - use `argparse` - take `--bench` to plot either _linalg_ or _setup_ results - write a complete `plot_setup` function - add a bit of documentation here and there ## example results 
Showing
- Cargo.toml 4 additions, 0 deletionsCargo.toml
- benches/README.md 7 additions, 1 deletionbenches/README.md
- benches/plot.py 111 additions, 35 deletionsbenches/plot.py
- benches/setup.rs 119 additions, 0 deletionsbenches/setup.rs
- examples/bench_setup_size.rs 52 additions, 0 deletionsexamples/bench_setup_size.rs
benches/setup.rs
0 → 100644
examples/bench_setup_size.rs
0 → 100644
Please register or sign in to comment