Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo authored Aug 15, 2019
1 parent beee450 commit 1a90694
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ System.out.println(chronograph.prettyPrint());
```

Output:
```
```bash
--------------------------------------------------------------------------------
| Task | Average | Total | Invocations | % |
--------------------------------------------------------------------------------
| a long task name | 1.18 μs | 118.06 ms | 100,000 | 33.4% |
| bar ba | 1.18 μs | 117.64 ms | 100,000 | 33.2% |
| baz baz baz baz baz b | 1.18 μs | 118.28 ms | 100,000 | 33.4% |
| a long task name | 1.18 μs | 118.06 ms | 100,000 | 33.4% |
| bar ba | 1.18 μs | 117.64 ms | 100,000 | 33.2% |
| baz baz baz baz baz b | 1.18 μs | 118.28 ms | 100,000 | 33.4% |
--------------------------------------------------------------------------------
| Total: 353.98 ms |
| Total: 353.98 ms |
--------------------------------------------------------------------------------
```

Expand All @@ -55,9 +55,9 @@ Output:
| sort | 306.97 ms | 306.97 ms | 1 | 0.7% |
| xml | 16.68 ms | 16.68 ms | 1 | 0.0% |
| serializing | 1.677 s | 1.677 s | 1 | 3.6% |
| gzip-compressing 1.043 s | 1.043 s | 1 | 2.2% |
| gzip-compressing | 1.043 s | 1.043 s | 1 | 2.2% |
--------------------------------------------------------------------------------
| Total: 46.489 s |
| Total: 46.489 s |
--------------------------------------------------------------------------------
```

Expand Down

0 comments on commit 1a90694

Please sign in to comment.