From be4700cbd2aa13ad41927995f2deda6cb422a0fa Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 4 Nov 2014 01:45:52 +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 630c2341..f032ace0 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ 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. The multi threaded test uses a shared logger object across 10 threads. -### spdlog vs boost - Single threaded benchmark +##### spdlog vs boost - Single threaded benchmark |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| |*boost*|1000,000|1|**4.207s**| |*spdlog*|1000,000|1|**0.975s**| -### spdlog vs boost - Multi threaded threaded benchmark +##### spdlog vs boost - Multi threaded threaded benchmark |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| |*boost*|1000,000|10|**6.592s**|