benchmark_test 0.1.2
benchmark_test: ^0.1.2 copied to clipboard
A tool to integrate benchmarking into your development and testing workflow.
0.1.2 #
- FIX: github action sort commits in graph by by commit time. (99647854)
- FIX(action): reset git working tree before publishing to gh-pages. (bcdad570)
- FEAT(action): deploy combined compile-type benchmark charts on GitHub Pages. (ed1050d3)
- DOCS: rewrite README as reference guide with Medium article link. (55d51c64)
0.1.1+2 #
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.