Uh oh!
There was an error while loading. Please reload this page.
revert: benchmark: test refactoring - #31722
Conversation
nodejs-github-bot
commented
Feb 10, 2020
cjihrig
left a comment
There was a problem hiding this comment.
LGTM. Out of curiosity, are there any small fixes that could done in place of a full revert?
addaleax
commented
Feb 10, 2020
@cjihrig I tried to debug it, but gave up after half an hour. Somewhere, the |
addaleax
commented
Feb 10, 2020
Landed in 2abf0af...5b0308c, thanks for the fast reviews! |
BridgeAR
commented
Feb 11, 2020
I just had a look at this. It's due to setting the duration environment variable which is used in A fix for this is pretty straight forward by only setting the env value in |
BridgeAR
commented
Feb 11, 2020
There might be more ongoing though. I'll have a look at it later on again. |
This reverts commit 357230f. Refs: nodejs#31396 PR-URL: nodejs#31722 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This reverts commit b70741e. Refs: nodejs#31396 PR-URL: nodejs#31722 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This fixes running benchmark tests. Please 👍 this comment to approve fast-tracking.
Example failure:
(This is back to working after the revert.)
Refs: #31396
Fyi @BridgeAR
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes