-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Merged by Bors] - Update the PR benchmarks action #1774
Conversation
Test262 conformance changesVM implementation
|
Codecov Report
@@ Coverage Diff @@
## main #1774 +/- ##
==========================================
- Coverage 56.30% 55.51% -0.79%
==========================================
Files 200 201 +1
Lines 17049 17420 +371
==========================================
+ Hits 9599 9671 +72
- Misses 7450 7749 +299
Continue to review full report at Codecov.
|
Benchmark for 7494616Click to view benchmark
|
This is now ready to be merged :) |
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.
Also, I realized the criterion-compare-action
repo didn't have a version bump to 3.0.1 on the package.json
(https://github.com/boa-dev/criterion-compare-action/blob/b12b240867eafcd503e063c17db8db3c4ab50d7e/package.json#L3)
.github/workflows/pull_request.yml
Outdated
@@ -21,8 +21,8 @@ jobs: | |||
~/.cargo/git | |||
~/.cargo/registry | |||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | |||
- uses: boa-dev/criterion-compare-action@master | |||
- uses: boa-dev/criterion-compare-action@v3.0.1 |
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.
Is there a reason for pinning the action to the version 3.0.1? We could use main
to avoid having to bump the version on every new change.
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.
The idea behind this is to follow the nomenclature with the rest of actions. This action is now being used by more projects, not only Boa, so we should use the released versions. That way we can also develop the action in the main
branch as needed, and release new versions with new features. Also, @dependabot will create PRs to update the action if we do it like this.
I will update this, I forgot it :/ |
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.
All good then!
Fixed the version, released a new one and updated the GitHub action. |
Benchmark for c9be5afClick to view benchmark
|
Benchmark for 30df9fbClick to view benchmark
|
bors r+ |
This is just for debugging for now. If we find out a fix, we can merge it.
Pull request successfully merged into main. Build succeeded: |
This is just for debugging for now. If we find out a fix, we can merge it.