Skip to content

Commit

Permalink
Increase iterations for CI to do longer run
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 4, 2023
1 parent a1096e0 commit bba3f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/runner/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
];

Expand Down

0 comments on commit bba3f71

Please sign in to comment.