Update README.md
This commit is contained in:
parent
94449a40f2
commit
a7937af5b6
@ -32,7 +32,7 @@ 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 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.
|
The multi threaded test uses a shared logger object across 10 threads.
|
||||||
|
|
||||||
#### spdlog vs. boost - Single threaded
|
#### spdlog vs. boost - single thread
|
||||||
|library|log lines|threads|elapsed|
|
|library|log lines|threads|elapsed|
|
||||||
|-------|:-------:|:-----:|------:|
|
|-------|:-------:|:-----:|------:|
|
||||||
|*boost*|1000,000|1|**4.207s**|
|
|*boost*|1000,000|1|**4.207s**|
|
||||||
@ -40,7 +40,7 @@ The multi threaded test uses a shared logger object across 10 threads.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### spdlog vs. boost - Multi threaded
|
#### spdlog vs. boost - 10 threads
|
||||||
|library|log lines|threads|elapsed|
|
|library|log lines|threads|elapsed|
|
||||||
|-------|:-------:|:-----:|------:|
|
|-------|:-------:|:-----:|------:|
|
||||||
|*boost*|1000,000|10|**6.592s**|
|
|*boost*|1000,000|10|**6.592s**|
|
||||||
|
Loading…
Reference in New Issue
Block a user