Skip to content

Commit

Permalink
Merge pull request #7 from mcollina/move-bms
Browse files Browse the repository at this point in the history
should we move benchmarks further up the readme?
  • Loading branch information
mcollina committed Mar 10, 2016
2 parents 52e08bf + a771c05 commit b848be4
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ It also includes a shell utility to pretty-print its log files.

* [Installation](#install)
* [Usage](#usage)
* [API](#api)
* [Benchmarks](#benchmarks)
* [API](#api)
* [How do I rotate log files?](#rotate)
* [Acknowledgements](#acknowledgements)
* [License](#license)
Expand Down Expand Up @@ -52,6 +52,31 @@ This produces:
```

<a name="benchmarks"></a>
## Benchmarks

As far as we know, it is the fastest logger in town:

```
benchBunyan*10000: 1093.236ms
benchWinston*10000: 1904.147ms
benchBole*10000: 1563.632ms
benchPino*10000: 287.858ms
benchBunyanObj*10000: 1187.016ms
benchWinstonObj*10000: 1990.980ms
benchPinoObj*10000: 366.865ms
benchBoleObj*10000: 1475.934ms
benchBunyan*10000: 1043.486ms
benchWinston*10000: 1801.232ms
benchBole*10000: 1524.136ms
benchPino*10000: 280.797ms
benchBunyanObj*10000: 1188.472ms
benchWinstonObj*10000: 1868.626ms
benchPinoObj*10000: 371.082ms
benchBoleObj*10000: 1496.449ms
```


<a name="cli"></a>
## CLI

Expand Down Expand Up @@ -247,30 +272,6 @@ It returns an object in the form:
}
```
<a name="benchmarks"></a>
## Benchmarks
As far as we know, it is the fastest logger in town:
```
benchBunyan*10000: 1093.236ms
benchWinston*10000: 1904.147ms
benchBole*10000: 1563.632ms
benchPino*10000: 287.858ms
benchBunyanObj*10000: 1187.016ms
benchWinstonObj*10000: 1990.980ms
benchPinoObj*10000: 366.865ms
benchBoleObj*10000: 1475.934ms
benchBunyan*10000: 1043.486ms
benchWinston*10000: 1801.232ms
benchBole*10000: 1524.136ms
benchPino*10000: 280.797ms
benchBunyanObj*10000: 1188.472ms
benchWinstonObj*10000: 1868.626ms
benchPinoObj*10000: 371.082ms
benchBoleObj*10000: 1496.449ms
```
<a name="rotate"></a>
## How do I rotate log files
Expand Down

0 comments on commit b848be4

Please sign in to comment.