-
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: add test-benchmark-crypto #12347
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. There's a fair amount of duplication across these benchmark tests. It may be worthwhile to explore a utility function in common.
Some timeouts and I probably need to add some |
Perhaps even better, maybe let it be a first PoC for a module for a specific type of test (like |
f6cd62c
to
34de9aa
Compare
Add minimal test for crypto benchmarks. It makes sure that they can run without returning an error code.
34de9aa
to
ce19d1a
Compare
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]>
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]>
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 |
@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. |
more specfiically the test fails... sorry for the rush job before
|
@MylesBorins The benchmarking tools were rewritten during 7.x period so I think all the |
@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