diff --git a/tfhe/web_wasm_parallel_tests/worker.js b/tfhe/web_wasm_parallel_tests/worker.js index f73d66b49a..cc2b9439dc 100644 --- a/tfhe/web_wasm_parallel_tests/worker.js +++ b/tfhe/web_wasm_parallel_tests/worker.js @@ -509,7 +509,7 @@ async function compactPublicKeyBench256BitSmall() { } async function compressedServerKeyBenchConfig(config) { - const bench_loops = 35; + const bench_loops = 5; let bench_results = {}; console.log("Begin benchmarks"); // DEBUG