Uh oh!
There was an error while loading. Please reload this page.
Benchmarks / Contributing Updates - #689
Closed
mikemimik wants to merge 4 commits into
Closed
Conversation
…h trigger benchmark suite
mikemimikforce-pushed
the
feature/benchmarks-v2
branch
from
January 13, 2020 17:01
4de8a7d to
b62825eComparemikemimikforce-pushed
the
feature/benchmarks-v2
branch
from
January 13, 2020 17:16
b62825e to
ef13d25Compare
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mikemimikforce-pushed
the
feature/benchmarks-v2
branch
2 times, most recently
from
January 14, 2020 19:48
567f3dd to
1845318Comparemikemimikforce-pushed
the
feature/benchmarks-v2
branch
3 times, most recently
from
January 15, 2020 23:42
4aa23c5 to
b22e255Comparemikemimikforce-pushed
the
feature/benchmarks-v2
branch
from
January 15, 2020 23:50
b22e255 to
a6d80afCompareisaacs
commented
Jan 25, 2020
Contributor
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: @mikemimikClose: #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: @mikemimikClose: #689 Reviewed-by: @mikemimik
mikemimik pushed a commit
that referenced
this pull request
Jan 28, 2020
…m support PR-URL: #699 Credit: @mikemimikClose: #699 Reviewed-by: @mikemimik PR-URL: #689 Credit: @mikemimikClose: #689 Reviewed-by: @mikemimik
This was referenced Feb 11, 2024
This was referenced Feb 12, 2024
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.ymlworkflow file that does the following:Contains an additional workflow file
benchmarks-comments.ymlfile which does the following:benchmarks.ymlfile)Contains an updated
CONTRIBUTING.mdfile 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.ymlis 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