Skip to content

migrate criterion benchmarks to PLNK

STEVAN Antoine requested to merge migrate-criterion-benchmarks-to-plnk into main

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
Edited by STEVAN Antoine

Merge request reports