From df0a6ea032936e2322ecb06ef0c87d014bc6344b Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 23 Nov 2014 00:38:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa4abf5b..34874697 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Here are some [benchmarks](bench) comparing spdlog vs other libs on Ubuntu 64 bi The bench writes 1,000,000 log lines to a rotating log file (using shared synchronous logger object): -#### spdlog vs. boost - single thread +#### Single thread bench |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| |*boost log v1.56*|1,000,000|1|**4.207s**| @@ -48,7 +48,7 @@ The bench writes 1,000,000 log lines to a rotating log file (using shared synchr -#### spdlog vs. boost - 10 threads +#### 10 threads bench |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| |*boost log v1.56*|1,000,000|10|**6.592s**|