criterion2 0.9.0

Statistics-driven micro-benchmarking library
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env -S just --justfile

_default:
  @just --list -u

watch command:
  cargo watch -x '{{command}}'