Skip to content

Commit 2044619

Browse files
bnoordhuisevanlucas
authored andcommitted
test: make flaky pummel test more reliable
Increase the number of iterations from 1e4 to 1e5. Makes the test pass for me locally when previously it would fail 9 out of 10 times because the running time was not enough to smooth away the outliers. Fixes: #8744 PR-URL: #9241 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: not-an-aardvark <[email protected]>
1 parent 4be1ba5 commit 2044619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/pummel/test-crypto-timing-safe-equal-benchmarks.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function runOneBenchmark(...args){
2828
}
2929

3030
functiongetTValue(compareFunc){
31-
constnumTrials=10000;
31+
constnumTrials=1e5;
3232
constbufSize=10000;
3333
// Perform benchmarks to verify that timingSafeEqual is actually timing-safe.
3434

0 commit comments

Comments
(0)