diff --git a/test/sequential/test-crypto-timing-safe-equal-benchmarks.js b/test/pummel/test-crypto-timing-safe-equal-benchmarks.js similarity index 99% rename from test/sequential/test-crypto-timing-safe-equal-benchmarks.js rename to test/pummel/test-crypto-timing-safe-equal-benchmarks.js index de46a899f263f5..5560a4a256b5fe 100644 --- a/test/sequential/test-crypto-timing-safe-equal-benchmarks.js +++ b/test/pummel/test-crypto-timing-safe-equal-benchmarks.js @@ -28,7 +28,7 @@ function runOneBenchmark(...args) { } function getTValue(compareFunc) { - const numTrials = 10000; + const numTrials = 1e5; const bufSize = 10000; // Perform benchmarks to verify that timingSafeEqual is actually timing-safe.