mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove line wrapping from the benchmark/ips output
[ci skip]
This commit is contained in:
parent
44ff0313c1
commit
d69c7e66b3
1 changed files with 4 additions and 4 deletions
|
@ -244,11 +244,11 @@ This will generate a report with the following information:
|
|||
|
||||
```
|
||||
Calculating -------------------------------------
|
||||
addition 69114 i/100ms
|
||||
addition with send 64062 i/100ms
|
||||
addition 132.013k i/100ms
|
||||
addition with send 125.413k i/100ms
|
||||
-------------------------------------------------
|
||||
addition 5307644.4 (±3.5%) i/s - 26539776 in 5.007219s
|
||||
addition with send 3702897.9 (±3.5%) i/s - 18513918 in 5.006723s
|
||||
addition 9.677M (± 1.7%) i/s - 48.449M
|
||||
addition with send 6.794M (± 1.1%) i/s - 33.987M
|
||||
```
|
||||
|
||||
Please see the benchmark/ips [README](https://github.com/evanphx/benchmark-ips/blob/master/README.md) for more information.
|
||||
|
|
Loading…
Reference in a new issue