Skip to content

Commit

Permalink
Fix benchmark.cr documentation. (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-grandpa authored and bcardiff committed May 18, 2017
1 parent 2a71284 commit af61a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/benchmark.cr
Expand Up @@ -15,11 +15,11 @@ require "./benchmark/**"
# ```
#
# This generates the following output showing the mean iterations per second,
# the standard deviation relative to the mean, and a comparison:
# the mean times per iteration, the standard deviation relative to the mean, and a comparison:
#
# ```text
# short sleep 91.822.51%) 8.72× slower
# shorter sleep 800.981.10%) fastest
# short sleep 88.7 ( 11.27ms)3.33%) 8.90× slower
# shorter sleep 789.7 ( 1.27ms)3.02%) fastest
# ```
#
# `Benchmark::IPS` defaults to 2 seconds of warmup time and 5 seconds of
Expand Down

0 comments on commit af61a81

Please sign in to comment.