-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
benchmark,test: remove output from readable-async-iterator benchmark #34411
Conversation
Would like to fast-track to unbreak CI. Collaborators, please 👍 here to fast-track. |
Did I make a mistake somewhere when landing #34035? Shouldn't I have seen this in CI? |
The last CI on the relevant PR was two weeks ago, but we only re-added benchmark tests to CI in the last day or two. You did everything the way you were supposed to. @mmarchini is working on a commit queue and if that works out, it should prevent stuff like this in the future. |
Extra output makes test-benchmark-streams fail. Change console.log() to console.assert(). Fixes: #34409 PR-URL: #34411 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
7a7aa9b
to
d10c59f
Compare
Landed in d10c59f |
Adding |
Extra output makes test-benchmark-streams fail. Change console.log() to console.assert(). Fixes: #34409 PR-URL: #34411 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
Extra output makes test-benchmark-streams fail. Change console.log() to
console.assert().
Fixes: #34409
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes