Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 2.38 KB

File metadata and controls

37 lines (23 loc) · 2.38 KB

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

  • PERF(benchmark): use compile-time platform iteration timers. (69c40f98)
  • DOCS: use action-v1 tag in GitHub workflow examples. (bab7be67)

0.1.1+1

  • FIX(benchmark): measure iterations with Timeline.now again. (018be329)

0.1.1

  • FEAT: add dedicated benchmark CLI with support for jit, aot, js, and wasm compile 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

  • REFACTOR: set min sdk to 3 and upgrade lints dev dependency. (fd6f8b2e)
  • DOCS: extend readme with detailed usage section. (8f1676ab)

0.0.2

  • REFACTOR: support for test_api ^0.7.0. (e221cc6c)

0.0.1

  • Initial version.