Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: add test-benchmark-crypto#12347
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
Trott commented Apr 14, 2017
jasnell left a comment
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. There's a fair amount of duplication across these benchmark tests. It may be worthwhile to explore a utility function in common.
Trott commented Apr 14, 2017
Some timeouts and I probably need to add some |
Trott commented Apr 14, 2017
Perhaps even better, maybe let it be a first PoC for a module for a specific type of test (like |
f6cd62c to 34de9aaCompareTrott commented Apr 14, 2017
Add minimal test for crypto benchmarks. It makes sure that they can run without returning an error code.
34de9aa to ce19d1aCompareTrott commented Apr 14, 2017
At least one benchmark using FIPS-incompatible |
Add minimal test for crypto benchmarks. It makes sure that they can run without returning an error code. PR-URL: nodejs#12347 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
Trott commented Apr 14, 2017
Landed in 8a6d44b |
Add minimal test for crypto benchmarks. It makes sure that they can run without returning an error code. PR-URL: #12347 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
Add minimal test for crypto benchmarks. It makes sure that they can run without returning an error code. PR-URL: #12347 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
Add minimal test for crypto benchmarks. It makes sure that they can run without returning an error code. PR-URL: #12347 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins commented May 15, 2017
This does not land cleanly in LTS. Please feel free to manually backport. Please also feel free to replace do-not-land if it is being backported |
Trott commented May 16, 2017
@MylesBorins Are you sure about that? It adds a file that didn't previously exist so I'm not sure how that could be that case. |
MylesBorins commented May 16, 2017
more specfiically the test fails... sorry for the rush job before |
joyeecheung commented May 16, 2017 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
@MylesBorins The benchmarking tools were rewritten during 7.x period so I think all the |
Trott commented May 16, 2017
@MylesBorins Guess I could have taken a moment to actually run the tests. Got it. Sorry about that! :-D |
Add minimal test for crypto benchmarks. It makes sure that they can run
without returning an error code.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test benchmark crypto