Skip to content

Commit 6be3470

Browse files
adavidzhvstinner
andauthored
Fix typo in warning message for sample stability (#247)
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 01860b6 commit 6be3470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyperf/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def format_checks(bench, lines=None, check_too_many_processes=False):
429429
required_nprocesses is not None and
430430
required_nprocesses > len(bench._runs)
431431
):
432-
warn("Not enough samples to get a stable result (95% certainly of less than 1% variation)")
432+
warn("Not enough samples to get a stable result (95% certainty of less than 1% variation)")
433433

434434
# Minimum and maximum, detect obvious outliers
435435
for minimum, value in (

0 commit comments

Comments
 (0)