nushell/benches
Stefan Holderbach 13cbfd3cee
Refactor benches for more command benchmarks (#12171)
- Refactor command benchmark
  - should simplify addition of more command benchmarks
  - just provide the pipeline you want to run/ choose potential scaling
- Bench engine state with ctrlc set
  - `None` vs `AtomicBool` behind `Arc`
2024-03-12 13:10:37 +01:00
..
benchmarks.rs Refactor benches for more command benchmarks (#12171) 2024-03-12 13:10:37 +01:00
README.md replace Criterion with Divan (#12000) 2024-03-01 10:09:21 -08:00

Divan benchmarks

These are benchmarks using Divan, a microbenchmarking tool for Rust.

Run all benchmarks with cargo bench

Or run individual benchmarks like cargo bench -- <regex> e.g. cargo bench -- parse