Uh oh!
There was an error while loading. Please reload this page.
benchmark: fix linting errors - #5840
Conversation
4d78121 had lint errors that went undetected. This fixes them.
Trott
commented
Mar 22, 2016
Since CI is broken until this lands, and these changes are tiny, a fast turnaround would be much appreciated. /cc @nodjes/collaborators |
evanlucas
commented
Mar 22, 2016
LGTM |
MylesBorins
commented
Mar 22, 2016
LGTM... tested locally |
jasnell
commented
Mar 22, 2016
LGTM |
jasnell
commented
Mar 22, 2016
Will get it landed |
jasnell
commented
Mar 22, 2016
Landed in cde81b6 |
Trott
commented
Mar 22, 2016
Retroactive CI: https://ci.nodejs.org/job/node-test-pull-request/2008/ |
jasnell
commented
Mar 22, 2016
ran make lint on this before landing ;-) |
Trott
commented
Mar 22, 2016
Linting passed at least: https://ci.nodejs.org/job/node-test-linter/1757/ :-P |
Trott
commented
Mar 22, 2016
7 minutes from proposed to landed. This might be the fastest PR merge of the post-BDFL era. |
jasnell
commented
Mar 22, 2016
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. |
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.