-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
shell script to collect Benchmarks #15144
base: main
Are you sure you want to change the base?
Conversation
One problem that I sometimes encounter is that cargo decides to use |
Sorry @logan-keede -- I am very excited to try this one out, but I ran otu of time today |
No problem at all! I look forward to your feedback whenever you have the time. |
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 @logan-keede that is pretty neat, appreciate if you document the script and its usage in benchmarks/README.md
Just noticed that benchmarks/README.md is not included in prettier CI check, is that intended? |
Which issue does this PR close?
Rationale for this change
Originally posted by @alamb in #5504
What changes are included in this PR?
Just a simple script to collect benchmarks for last 5 releases
Are these changes tested?
Yes, by running the script on my laptop.
using
sh collect_bench.sh tpch
.Are there any user-facing changes?
Nope.