1
0
mirror of https://github.com/nushell/nushell.git synced 2025-01-13 17:58:36 +01:00
nushell/benches
Stefan Holderbach 215ed141e7
Fix code in benchmarks ()
# Description

Broken after 

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
..
benchmarks.rs Fix code in benchmarks () 2023-02-02 23:07:35 +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