-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Added Test Benchmark for es #16076
Added Test Benchmark for es #16076
Conversation
It looks like this includes unrelated whitespace changes to Totally minor nit you can ignore if you wish: We usually put a comment before |
9ba3fe2
to
3d8ade8
Compare
I squashed the commits into one so that it Hope that's OK! |
2c41f41
to
ae1bb46
Compare
Nice work! We're really close! The match benchmark is really slow compared to the others. It's super fast if we do this in the test file on lines 10 and 11: 'millions=0.000001',
'count=1', Normally, I'd leave that as a comment but since I'm already messing around with your stuff to squash commits and whatnot, I'll go ahead and make that change myself. Leaving a comment so you or someone else can say "no no no, that's not right because of this other thing you're not seeing" or something in case I'm messing things up somehow. :-D |
Added parallel test benchmark for es
ae1bb46
to
a457a5e
Compare
@Trott thank you for all the input! |
Only failure in CI is an unrelated known issue. |
Added parallel test benchmark for es PR-URL: #16076 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
landed in af49e58 |
Added parallel test benchmark for es PR-URL: nodejs/node#16076 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Added parallel test benchmark for es PR-URL: #16076 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
es