-
- Downloads
migrate criterion benchmarks to PLNK (dragoon/komodo!87)
## changelog - benchmarks - _commit_ has been removed in favor of `examples/benches/commit.rs` - _linalg_ has been migrated to `examples/benches/` as `bench_linalg` - _setup_ has been migrated to `examples/benches/` as `bench_setup` - `read-atomic-ops` command has been moved to `scripts/parse.nu` module - `scripts/plot/bench_commit.py` has been made more general and renamed to `scripts/plot/plot.py` - `scripts/plot/benches.py` has been removed because it's not required anymore => `plot.py` and `multi_bar.py` are general enough
Showing
- Cargo.toml 8 additions, 14 deletionsCargo.toml
- benches/README.md 99 additions, 55 deletionsbenches/README.md
- benches/commit.rs 0 additions, 87 deletionsbenches/commit.rs
- benches/linalg.rs 0 additions, 69 deletionsbenches/linalg.rs
- examples/benches/linalg.rs 67 additions, 0 deletionsexamples/benches/linalg.rs
- examples/benches/setup.rs 188 additions, 0 deletionsexamples/benches/setup.rs
- scripts/parse.nu 22 additions, 0 deletionsscripts/parse.nu
- scripts/plot/bench_commit.py 0 additions, 31 deletionsscripts/plot/bench_commit.py
- scripts/plot/benches.py 0 additions, 242 deletionsscripts/plot/benches.py
- scripts/plot/plot.py 104 additions, 0 deletionsscripts/plot/plot.py
Loading
Please register or sign in to comment