Created
September 27, 2017 05:37
-
-
Save indexzero/659f81b722b6419134f6b56fab5d7b59 to your computer and use it in GitHub Desktop.
winston@3 gets very close to pino
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmark: ""pino"" is the fastest. | |
- winston1 faster than winston2 by 1.1696 | |
- winston3 faster than winston1 by 1.5686 | |
- bunyan faster than winston1 by 1.0245 | |
- pino faster than winston1 by 1.8904 | |
- winston3 faster than winston2 by 1.8347 | |
- bunyan faster than winston2 by 1.1983 | |
- pino faster than winston2 by 2.2109 | |
- winston3 faster than bunyan by 1.5311 | |
- pino faster than winston3 by 1.2051 | |
- pino faster than bunyan by 1.8451 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have a link to a methodology and runnable benchmark for these results? Thanks!