Skip to content

Commit 33539ff

Browse files
committed
increase default iterations
1 parent d51a26f commit 33539ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/network/follow.bench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const simpleFollow = (): Script => {
8181
(async () => {
8282
const provider = PROVIDERS[0]!;
8383
const opts = {
84-
iterations: 100,
84+
iterations: 1_000,
8585
warmup: 0,
8686
};
8787
const durationMs = 10_000;

0 commit comments

Comments
 (0)