Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2015-12-13 15:53:22 +0300
committerGabi Melman <gmelman1@gmail.com>2015-12-13 15:53:22 +0300
commitad8071ad6733aadc8f501e9e994d73cba3d4866f (patch)
tree0ad84c3e87a16e35d7ab61541b3333cbe3db58a7 /README.md
parent6feaa29c621ce6c8da8860e18df5b0c905940eb9 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 835d1c49..bc55968a 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,11 @@ Below are some [benchmarks](bench) comparing popular log libraries under Ubuntu
#### Synchronous mode
Time needed to log 1,000,000 lines in synchronous mode (in seconds, the best of 3 runs):
-|threads|boost log|glog |easylogging |spdlog|
+|threads|boost log 1.54|glog |easylogging |spdlog|
|-------|:-------:|:-----:|----------:|------:|
|1| 4.169s |1.066s |0.975s |0.302s|
-|10| 16.029 |3.032s |2.857s |0.968s|
-|100| 15.008 |1.139s |4.512s |0.497s|
+|10| 6.180s |3.032s |2.857s |0.968s|
+|100| 5.981s |1.139s |4.512s |0.497s|
#### Asynchronous mode