-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: skip test-benchmark-os.js on IBM i #50208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fast-track has been requested by @mhdawson. Please 👍 to approve. |
I have an idea on how to be more specific, but think it's good to land this quickly to get the nightly build back to green. |
I didnt know that the uptime is not working on ibm :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created the benchmark and it is not a critical benchmark. It was just for demonstrating that the corresponding PR improves the performance.
We.should simply skip it.
Yes we will look into how to skip this one individually but for now we will skip the benchmark until we get a patch ready. |
PR-URL: #50208 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Landed in 286fdaf |
PR-URL: #50208 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: nodejs#50208 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: #50208 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This change skips the entire test-benchmark-os.js suite on IBM i. Currently this is failing due to os.uptime call:
node/benchmark/os/uptime.js
Line 4 in ea595eb
Instead of skipping the entire os benchmark suite, I would rather skip just the uptime benchmark
but I'm not sure how to achieve this. Anyone have any ideas to skip one of the os benchmarks?
CC
@nodejs/platform-ibmi
@richardlau
Fixes #50207