nushell/benches
Ian Manske 247c33b6d6
Satisfy clippy lint in benchmark (#11350)
Fixes the two `clippy::let_and_return` lints in `benchmark.rs`.
2023-12-16 21:06:42 +01:00
..
benchmarks.rs Satisfy clippy lint in benchmark (#11350) 2023-12-16 21:06:42 +01:00
README.md Add Criterion benchmarks for parser (#7686) 2023-01-05 11:39:54 -08:00

Criterion benchmarks

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

Run all benchmarks with cargo bench

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