add benching to nextest

This commit is contained in:
Chris Cochrun 2026-02-10 09:41:09 -06:00
parent 50b26d59d9
commit f1f3bb2261
4 changed files with 3 additions and 0 deletions

1
.config/nextest.toml Normal file
View file

@ -0,0 +1 @@
experimental = [ "benchmarks" ]

View file

@ -21,6 +21,8 @@ clean:
cargo clean
test:
cargo nextest run
bench:
cargo nextest bench
profile:
samply record cargo run --release -- {{verbose}} {{ui}}

Binary file not shown.

Binary file not shown.