-
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
benchmark: run.js output regression after d636fee319bc #43628
Labels
benchmark
Issues and PRs related to the benchmark subsystem.
regression
Issues related to regressions.
Comments
mscdex
added
benchmark
Issues and PRs related to the benchmark subsystem.
regression
Issues related to regressions.
labels
Jun 30, 2022
mscdex
added a commit
to mscdex/io.js
that referenced
this issue
Jun 30, 2022
targos
pushed a commit
that referenced
this issue
Jul 12, 2022
Fixes: #43628 PR-URL: #43635 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 20, 2022
Fixes: #43628 PR-URL: #43635 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 31, 2022
Fixes: #43628 PR-URL: #43635 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
guangwong
pushed a commit
to noslate-project/node
that referenced
this issue
Oct 10, 2022
Fixes: nodejs/node#43628 PR-URL: nodejs/node#43635 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
benchmark
Issues and PRs related to the benchmark subsystem.
regression
Issues related to regressions.
Version
main
Platform
n/a
Subsystem
benchmark
What steps will reproduce the bug?
./out/Release/node benchmark/run.js --format csv -- assert
How often does it reproduce? Is there a required condition?
Every time
What is the expected behavior?
Output should be in CSV format
What do you see instead?
"Normal" formatted output
Additional information
While d636fee seems to have fixed the truncated results output, it introduced a regression with explicit output formatting (and possibly other settings).
We need to add more tests to cover more of the benchmark runner's features, including output type.
/cc @ShogunPanda
The text was updated successfully, but these errors were encountered: