- 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)
- PERF(benchmark): use compile-time platform iteration timers. (69c40f98)
- DOCS: use action-v1 tag in GitHub workflow examples. (bab7be67)
- FIX(benchmark): measure iterations with Timeline.now again. (018be329)
- 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.
- REFACTOR: set min sdk to 3 and upgrade lints dev dependency. (fd6f8b2e)
- DOCS: extend readme with detailed usage section. (8f1676ab)
- REFACTOR: support for test_api ^0.7.0. (e221cc6c)
- Initial version.