Uh oh!
There was an error while loading. Please reload this page.
fs: replace duplicate conditions by a function - #18717
Conversation
4161e1a to
ce713fbCompare
jasnell
left a comment
There was a problem hiding this comment.
LGTM but we should run the benchmark. It shouldn't have any significant changes but fs is particularly sensitive.
@jasnell Hi! Looks like there are no significant changes P.S. I'll try to repeat it |
daynin
commented
Feb 15, 2018
100 runs: Looks like there is small performance improvement |
BridgeAR
commented
Feb 16, 2018
BridgeAR
commented
Feb 17, 2018
@daynin this needs a rebase. |
ce713fb to
79dc5d3Comparedaynin
commented
Feb 17, 2018
@BridgeAR done |
BridgeAR
commented
Feb 17, 2018
Light-CI for the rebase https://ci.nodejs.org/job/node-test-commit-light/291/ |
79dc5d3 to
4927054Comparedaynin
commented
Feb 19, 2018
@BridgeAR the conflict was resolved |
cc @nodejs/collaborators Hello! Run CI for this PR, please |
gireeshpunathil
commented
Feb 28, 2018
apapirovski
commented
Mar 4, 2018
Landed in 523d44a |
PR-URL: #18717 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins
commented
Mar 6, 2018
Should this be backported to |
PR-URL: nodejs#18717 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: nodejs#18717 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
jasnell
commented
Aug 17, 2018
Should this be backported to 8.x? If so, a backport PR will be needed |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
fs