- Native julia
| Library | Purpose | Command |
|---|---|---|
| Hyperfine | Benchmark binaries (Nim, C++, Rust) | hyperfine -w 3 --export-markdown bench.md ${BINARY_FILE} |
| Criterion | Benchmark rust | cargo bench |
| BenchmarkTools | For julia benchmark | @benchmark |
| pytest-benchmark | For python benchmark | pytest --benchmark-only ${SOURCE_FILE.py} --benchmark-save=bench |