-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
benchmark: reland test refactoring #31755
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
Closed
BridgeAR wants to merge 6 commits into nodejs:master from BridgeAR:2020-02-12-reland-benchmark-test-refactoring
Closed
benchmark: reland test refactoring #31755
BridgeAR wants to merge 6 commits into nodejs:master from BridgeAR:2020-02-12-reland-benchmark-test-refactoring
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
4bbf411 to 0074942 Compare addaleax approved these changes Feb 12, 2020
Collaborator
Member
| Benchmark test CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/12163/ ✔️ |
mscdex reviewed Feb 12, 2020
Member Author
vdeturckheim approved these changes Feb 14, 2020
Trott approved these changes Feb 15, 2020
Member
| This needs a rebase. |
5b12cbc to 778b2a6 Compare Member Author
Member Author
| Landed in 9e69d97...bb6125b 🎉 |
Merged
targos pushed a commit to targos/node that referenced this pull request Apr 25, 2020
This reverts commit 5b0308c. PR-URL: nodejs#31755 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit to targos/node that referenced this pull request Apr 25, 2020
This reverts commit 4671d55 and contains a fix to the issue raised for the revert. PR-URL: nodejs#31755 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit to targos/node that referenced this pull request Apr 25, 2020
This reverts commit aa0a01b. PR-URL: nodejs#31755 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit to targos/node that referenced this pull request Apr 25, 2020
This reverts commit 7cfbc9f. PR-URL: nodejs#31755 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assert Issues and PRs related to the assert subsystem. async_hooks Issues and PRs related to the async hooks subsystem. benchmark Issues and PRs related to the benchmark subsystem. buffer Issues and PRs related to the buffer subsystem. crypto Issues and PRs related to the crypto subsystem. http Issues or PRs related to the http subsystem. v8 engine Issues and PRs related to the V8 dependency.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
#31396 was reverted in #31722. The issue was that WRK is not able to handle decimal times (and the minimum possible time is one second) and the threads must not be higher than the number of connections.
I just reverted the revert and added a fixup commit to fix the actual issue. The commit message might be changed during landing?
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes