1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-09 21:21:25 +01:00
nushell/benches
Devyn Cairns 9ca0fb772d
Make IR the default evaluator ()
# Description

Makes IR the default evaluator, in preparation to remove the non-IR
evaluator in a future release.

# User-Facing Changes

* Remove `NU_USE_IR` option
* Add `NU_DISABLE_IR` option
* IR is enabled unless `NU_DISABLE_IR` is set

# After Submitting
- [ ] release notes
2024-09-15 14:54:38 -07:00
..
benchmarks.rs Make IR the default evaluator () 2024-09-15 14:54:38 -07:00
README.md replace Criterion with Divan () 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