From 04a6400482e10d5f82ed46e8b130b386bae5c504 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 4 Nov 2014 01:54:51 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb59fdc4..c710eef7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Here are some [benchmarks](bench-comparison) comparing spdlog vs boost log(1.56. The bench writes 1000,000 log lines to a rotating log file of size 10MB with 5 back rotated files. - #### spdlog vs. boost - single thread |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| @@ -41,12 +40,12 @@ The bench writes 1000,000 log lines to a rotating log file of size 10MB with 5 b #### spdlog vs. boost - 10 threads -shared logger object across multiple threads. - |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| |*boost*|1000,000|10|**6.592s**| |*spdlog*|1000,000|10|**0.961s**| +shared logger object across multiple threads. + ## Usage Example