-
Notifications
You must be signed in to change notification settings - Fork 166
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
Run benchmark test suite nightly #1568
Comments
There is an issue with the napi benchmark, since the current job doesn't trigger it's build. |
Oh, because it doesn't run |
either restore https://github.com/nodejs/node/pull/24265/files#diff-b67911656ef5d18c4ae36cb6741b7965L458 |
or put a guard in |
@refack I think I've attempted to do that a while back but I couldn't make child_process play along with node-gyp arguments..(but limited that to |
I like restoring the one line in https://github.com/nodejs/node/pull/24265/files#diff-b67911656ef5d18c4ae36cb6741b7965L458. While it compiles a file unnecessarily in most cases, it's quick. |
Ah, I think I've managed to get it to work in JS this time around..(don't really know why I didn't, maybe I was too sleep-deprived) (considering there is |
Oh, I just opened nodejs/node#24307. Feel free to close it if you have a better solution! |
I think nodejs/node#24307 is the simplest solution. We can flip it again as part of nodejs/node#24309. |
PR-URL: #24307 Refs: nodejs/build#1568 (comment) Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
PR-URL: #24307 Refs: nodejs/build#1568 (comment) Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
PR-URL: nodejs#24307 Refs: nodejs/build#1568 (comment) Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
I believe this is resolved. |
PR-URL: #24307 Refs: nodejs/build#1568 (comment) Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Similar to the way we run
internet
nightly or maybe made part ofnode-daily-master
, the benchmark tests need to be incorporated into a once-a-day run somehow. They've been moved out of the main test suite.Refs: nodejs/node#24265
The text was updated successfully, but these errors were encountered: