From 55c26a4a72d78f96f2cd12e0fc22035212b1a05f Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 20 Dec 2014 22:35:10 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 062b6f69..23e7ac51 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ Time needed to log 1,000,000 lines under synchronous mode (the best of 3 runs): |threads|boost log|glog |easylogging |spdlog| |-------|:-------:|:-----:|----------:|------:| -|1| 4.169s |1.066s |0.975s :|0.302s| -|10| 16.029 |3.032s |2.857 :|0.968s| -|100| 15.008 |1.139s |4.512s :|0.497s| +|1| 4.169s |1.066s |0.975s |0.302s| +|10| 16.029 |3.032s |2.857 |0.968s| +|100| 15.008 |1.139s |4.512s |0.497s| #### Asynchronous mode