-
Notifications
You must be signed in to change notification settings - Fork 5
Performance badges #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4ca129e to
9f49d6b
Compare
9f49d6b to
dc9f95f
Compare
hackallcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch, it's useful!
Let's change a couple of things.
hackallcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
8a3d947 to
f7209e7
Compare
|
Warning No test results found for master branch. Please run workflow on master first to compare results. Perf tests report:
|
| Benchmark | B/s | values/s |
|---|---|---|
| Partitioning (cpu=4) | ? → 90.69M |
? → 6.65M |
| CSVWriter (cpu=4) | ? → 47.05M |
? → 3.45M |
| ParquetWriter (cpu=4) | ? → 206.59M |
? → 15.15M |
| HTTPWriter (cpu=4) | ? → 116.32M |
? → 8.53M |
| TCSWriter (cpu=4) | ? → 115.62M |
? → 8.48M |
| Integer Random (bits=32, cpu=4) | ? → 101.27M |
? → 24.15M |
| Integer Ordered (bits=32, cpu=4) | ? → 94.43M |
? → 22.52M |
| Float Random (bits=32, cpu=4) | ? → 103.53M |
? → 24.68M |
| String Random (length=16, cpu=4) | ? → 96.79M |
? → 5.77M |
| Text Random (length=128, cpu=4) | ? → 153.32M |
? → 1.14M |
| UUID Random (cpu=4) | ? → 307.40M |
? → 18.32M |
| DateTime Random (cpu=4) | ? → 301.00M |
? → 17.94M |
| Enum Random (cpu=4) | ? → 536.97M |
? → 32.01M |
| Ranges Random (cpu=4) | ? → 396.14M |
? → 23.61M |
This PR introduces an automated performance benchmark comparison between the master branch and the Pull Request branch, with the results automatically posted as a PR comment.
0.0.2with Python support.test.yml:compare_benchmarks.py, posts markdown report.build/ci/compare_benchmarks.py— parses and compares Go benchmark metrics, highlights improvements ⚡️ and regressions 💔, outputs markdown.