Skip to content

Commit fb2d714

Browse files
committed
back to 10 iterations
1 parent e50060b commit fb2d714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/ssr/bench-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function randomRequestUrl(random: () => number) {
4343

4444
export async function runSsrRequestLoop(
4545
handler: StartRequestHandler,
46-
{ seed, iterations = 5 }: RunSsrRequestLoopOptions,
46+
{ seed, iterations = 10 }: RunSsrRequestLoopOptions,
4747
) {
4848
const random = createDeterministicRandom(seed)
4949
const pendingBodyReads: Array<Promise<void>> = []

0 commit comments

Comments
 (0)