Skip to content

feat: add benchmark comparison helper - #6

Merged
alexchen-sys merged 1 commit into
mainfrom
feat/benchmark-compare
Jun 19, 2026
Merged

feat: add benchmark comparison helper#6
alexchen-sys merged 1 commit into
mainfrom
feat/benchmark-compare

Conversation

@alexchen-sys

Copy link
Copy Markdown
Owner

Summary

  • Add tools/compare_benchmarks.py for before/after JSON benchmark deltas
  • Report p50/p95/p99/mean/max changes and a p95-based verdict
  • Document the comparison path in the validation guide

Closes #3

Test plan

  • python3 -m unittest discover -s tests -v
  • python3 tools/compare_benchmarks.py /tmp/baseline.json /tmp/candidate.json --json
  • make check

@alexchen-sys
alexchen-sys force-pushed the feat/benchmark-compare branch from 9e5232e to 638b52d Compare June 19, 2026 19:04
@alexchen-sys
alexchen-sys merged commit f81524a into main Jun 19, 2026
2 of 4 checks passed
@alexchen-sys
alexchen-sys deleted the feat/benchmark-compare branch June 19, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add mixed latency/throughput benchmark suite

1 participant