-
Notifications
You must be signed in to change notification settings - Fork 830
Run nightly benchmarks #1803
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
Run nightly benchmarks #1803
Conversation
Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
zeitlinger
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!
|
|
||
| - name: Generate benchmark summary | ||
| run: | | ||
| python3 .mise/tasks/generate_benchmark_summary.py \ |
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.
I think this should also work as mise run generate_benchmark_summary
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.
updated to use a mise task
|
|
||
| - name: Run JMH benchmarks | ||
| run: | | ||
| # 3 forks, 3 warmup, 5 measurement iterations (~60 min total) |
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.
I see you added mise commands - maybe also make this one
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.
done
Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
Tested on my fork, results can be seen here: https://github.com/jaydeluca/client_java/tree/benchmarks