Skip to content

Commit aed8bc2

Browse files
committed
test(snapshot-perf): Increase iterations to 30
N=10 is not a statistically significant sample size. Generally, N=30 seems to be a rule of thumb for not-too-exotic distributions. Since its reasonable to assume that snapshot restore times aren't too obscure, lets go with N=30 and observe stability later. Signed-off-by: Patrick Roy <[email protected]>
1 parent d12aa49 commit aed8bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_snapshot_restore_performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_snap_restore_latency(
9393
nets=3,
9494
blocks=3,
9595
all_devices=False,
96-
iterations=10,
96+
iterations=30,
9797
):
9898
"""Restore snapshots with various configs to measure latency."""
9999
scratch_drives = get_scratch_drives()

0 commit comments

Comments
 (0)