diff --git a/perf/runner/src/index.ts b/perf/runner/src/index.ts index 3a530d5b1..b228a2aa5 100644 --- a/perf/runner/src/index.ts +++ b/perf/runner/src/index.ts @@ -20,7 +20,7 @@ async function main(clientPublicIP: string, serverPublicIP: string, testing: boo uploadBytes: Number.MAX_SAFE_INTEGER, // TODO Ideally we have this implied through a flag. downloadBytes: 0, unit: "bit/s", - iterations: testing ? 1 : 10, + iterations: testing ? 1 : 5, }), ];