Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Dec 17, 2024
1 parent 766ecdc commit 0e3dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyperf/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def format_checks(bench, lines=None):
warnings = []
warn = warnings.append

required_nsamples = bench.required_samples()
required_nsamples = bench.required_nsamples()

# Display a warning if the standard deviation is greater than 10%
# of the mean
Expand Down

0 comments on commit 0e3dbc1

Please sign in to comment.