chore: clean up

This commit is contained in:
2026-04-23 20:24:10 +02:00
parent 04d5478ee4
commit a4b4e5e8fa
2 changed files with 10 additions and 64 deletions

10
Justfile Normal file
View File

@@ -0,0 +1,10 @@
alias b := bench
store:
cargo bench -- --save-baseline base
bench:
cargo bench -- --baseline base
flame:
cargo flamegraph --root --example atp