-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Benchmarks / Contributing Updates #689
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mikemimik
added
semver:patch
semver patch level for changes
Enhancement
new feature or improvement
Release 6.x
work is associated with a specific npm 6 release
labels
Jan 13, 2020
…h trigger benchmark suite
mikemimik
force-pushed
the
feature/benchmarks-v2
branch
from
January 13, 2020 17:01
4de8a7d
to
b62825e
Compare
mikemimik
force-pushed
the
feature/benchmarks-v2
branch
from
January 13, 2020 17:16
b62825e
to
ef13d25
Compare
|
mikemimik
force-pushed
the
feature/benchmarks-v2
branch
2 times, most recently
from
January 14, 2020 19:48
567f3dd
to
1845318
Compare
mikemimik
force-pushed
the
feature/benchmarks-v2
branch
3 times, most recently
from
January 15, 2020 23:42
4aa23c5
to
b22e255
Compare
mikemimik
force-pushed
the
feature/benchmarks-v2
branch
from
January 15, 2020 23:50
b22e255
to
a6d80af
Compare
This looks fine to me, but I am not familiar enough with the benchmarking code to really be a great judge here. |
mikemimik
pushed a commit
that referenced
this pull request
Jan 27, 2020
PR-URL: #689 Credit: @mikemimik Close: #689 Reviewed-by: @mikemimik
darcyclarke
approved these changes
Jan 28, 2020
mikemimik
pushed a commit
that referenced
this pull request
Jan 28, 2020
PR-URL: #689 Credit: @mikemimik Close: #689 Reviewed-by: @mikemimik
mikemimik
pushed a commit
that referenced
this pull request
Jan 28, 2020
…m support PR-URL: #699 Credit: @mikemimik Close: #699 Reviewed-by: @mikemimik PR-URL: #689 Credit: @mikemimik Close: #689 Reviewed-by: @mikemimik
This was referenced Feb 11, 2024
This was referenced Feb 12, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Enhancement
new feature or improvement
Release 6.x
work is associated with a specific npm 6 release
semver:patch
semver patch level for changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What / Why
What
Contains an update to
benchmarks.yml
workflow file that does the following:Contains an additional workflow file
benchmarks-comments.yml
file which does the following:benchmarks.yml
file)Contains an updated
CONTRIBUTING.md
file which has updated information about contributing to this project. This includes information about the above mentioned benchmarking for pull-requests.Why
The reason for
benchmarks-comments.yml
is because when a pull-request from a forked repository triggers an event, the github action that runs doesn't get scoped with secret content (this is for security purposes). Making it impossible to dispatch and trigger the benchmark suite (requires authentication from secrets).References