-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add command to compare multiple benchmarks #9
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
Benchmark Comparison Report
|
@@ -0,0 +1,153 @@ | |||
name: Run and compare benchmarks on different JS runtimes |
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.
Created this workflow as reusable workflow so we can utilize it in other repos.
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.
This is pretty sweet. Do we need some docs on how to use it? Maybe a comment block at the head for consumers that goes through what it does and how to run it so they dont have to study the code to grok whats cooking
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.
LGTM 🎸 Only the couple spelling errors but approving and can fix them at your leisure
Co-authored-by: Matthew Keil <[email protected]>
Motivation
Add a new command to support comparing multiple benchmarks.
Description
This will helps us to compare benchmark results across different runtimes.
Steps to test or reproduce
Run all tests and workflows.