mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(ci): reduce bench loops for WASM compressed server key
- excessive loops seemed to trigger a crash likely due to some memory exhaustion/fragmentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user