Commit 443e641c authored by Gabi Melman's avatar Gabi Melman

Update README.md

parent be4700cb
......@@ -32,17 +32,17 @@ 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**|
|*spdlog log*|1000,000|10|**0.961s**|
|*spdlog*|1000,000|10|**0.961s**|
## Usage Example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment