nushell/benches
Ian Manske 948b299e65
Fix/simplify cwd in benchmarks (#12812)
# Description
The benchmarks currently panic when trying to set the initial CWD. This
is because the code that sets the CWD also tries to get the CWD.
2024-05-08 19:16:57 -07:00
..
benchmarks.rs Fix/simplify cwd in benchmarks (#12812) 2024-05-08 19:16:57 -07: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