benchmark_test 0.1.1
benchmark_test: ^0.1.1 copied to clipboard
A tool to integrate benchmarking into your development and testing workflow.
0.1.1 #
- FEAT: add dedicated benchmark CLI with support for
jit,aot,js, andwasmcompile targets. - FEAT: add baseline comparison and update workflows with compiler-aware baselines and output formats (
human,benchmarkjs,jsonl). - FEAT: add CLI CPU profiling with automated profile export and benchmark-body focused flame chart data.
- FEAT: improve benchmark sampling with warmup-aware measurements and optional precision-driven stopping.
- FEAT: improve developer/CI workflow with assert-free benchmark runs, a GitHub Action, and VS Code run configurations.
0.1.0 #
0.0.1 #
- Initial version.