add benching to nextest
This commit is contained in:
parent
50b26d59d9
commit
f1f3bb2261
4 changed files with 3 additions and 0 deletions
1
.config/nextest.toml
Normal file
1
.config/nextest.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
experimental = [ "benchmarks" ]
|
||||
2
justfile
2
justfile
|
|
@ -21,6 +21,8 @@ clean:
|
|||
cargo clean
|
||||
test:
|
||||
cargo nextest run
|
||||
bench:
|
||||
cargo nextest bench
|
||||
profile:
|
||||
samply record cargo run --release -- {{verbose}} {{ui}}
|
||||
|
||||
|
|
|
|||
BIN
test.db-shm
BIN
test.db-shm
Binary file not shown.
BIN
test.db-wal
BIN
test.db-wal
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue