1
0
mirror of https://github.com/nushell/nushell.git synced 2025-01-04 13:29:58 +01:00
nushell/benches
Ian Manske 247c33b6d6
Satisfy clippy lint in benchmark ()
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 () 2023-12-16 21:06:42 +01:00
README.md Add Criterion benchmarks for parser () 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