nushell/benches
Stefan Holderbach 215ed141e7
Fix code in benchmarks (#7949)
# Description

Broken after #7415

We currently don't try to build the benchmarks in the CI thus this
slipped through the cracks.


# User-Facing Changes

None

# Tests + Formatting

Compile check is currently missing, but working towards that
2023-02-02 23:07:35 +01:00
..
README.md Add Criterion benchmarks for parser (#7686) 2023-01-05 11:39:54 -08:00
benchmarks.rs Fix code in benchmarks (#7949) 2023-02-02 23:07:35 +01:00

README.md

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