Skip to content

Commit

Permalink
Update README for new report.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 20, 2023
1 parent 58450fb commit 69dcf93
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@ end
This will generate the following report:

```
Calculating -------------------------------------
addition 71.254k i/100ms
addition2 68.658k i/100ms
addition3 83.079k i/100ms
Warming up --------------------------------------
addition 3.572M i/100ms
addition2 3.672M i/100ms
addition3 3.677M i/100ms
addition-test-long-label
70.129k i/100ms
-------------------------------------------------
addition 4.955M8.7%) i/s - 24.155M
addition2 24.011M 9.5%) i/s - 114.246M
addition3 23.958M (±10.1%) i/s - 115.064M
3.511M i/100ms
Calculating -------------------------------------
addition 28.85 ns/i 34.667M7.7%) i/s - 175.012M in 5.090851s
addition2 27.35 ns/i 36.559M 1.6%) i/s - 183.580M in 5.022874s
addition3 27.50 ns/i 36.359M (± 5.1%) i/s - 183.862M in 5.075429s
addition-test-long-label
5.014M9.1%) i/s - 24.545M
27.67 ns/i 36.135M0.6%) i/s - 182.594M in 5.053264s
Comparison:
addition2: 24011974.8 i/s
addition3: 23958619.8 i/s - 1.00x slower
addition-test-long-label: 5014756.0 i/s - 4.79x slower
addition: 4955278.9 i/s - 4.85x slower
addition2: 36558904.5 i/s
addition3: 36359284.0 i/s - same-ish: difference falls within error
addition-test-long-label: 36135428.8 i/s - same-ish: difference falls within error
addition: 34666931.3 i/s - same-ish: difference falls within error
```

Benchmark/ips will report the number of iterations per second for a given block
Expand Down

0 comments on commit 69dcf93

Please sign in to comment.