-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
benchmark: fix linting errors #5840
Conversation
4d78121 had lint errors that went undetected. This fixes them.
Since CI is broken until this lands, and these changes are tiny, a fast turnaround would be much appreciated. /cc @nodjes/collaborators |
LGTM |
LGTM... tested locally |
LGTM |
Will get it landed |
4d78121 had lint errors that went undetected. This fixes them. PR-URL: #5840 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in cde81b6 |
Retroactive CI: https://ci.nodejs.org/job/node-test-pull-request/2008/ |
ran make lint on this before landing ;-) |
Linting passed at least: https://ci.nodejs.org/job/node-test-linter/1757/ :-P |
7 minutes from proposed to landed. This might be the fastest PR merge of the post-BDFL era. |
heh... looks like I shouldn't land pull requests while distracted. I must have completely missed running make lint locally on several PRs in a row. More automation would be good. I need to get the PR landing tool finished up. |
4d78121 had lint errors that went undetected. This fixes them. PR-URL: #5840 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: James M Snell <[email protected]>
Pull Request check-list
Please make sure to review and check all of these items:
make -j8 test
(UNIX) orvcbuild test nosign
(Windows) pass withthis change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
Affected core subsystem(s)
benchmark
Description of change
4d78121 had lint errors that went
undetected. This fixes them.