From eaf3a9d584e58ff9d2b0ab451597d530a6fdfdd2 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 23 Nov 2014 00:36:17 +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 e3f08d35..1c9e8954 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The bench writes 1,000,000 log lines to a rotating log file (using shared synchr |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| |*boost log v1.56*|1,000,000|1|**4.207s**| -|*glogl v0.3.3*|1,000,000|1|**1.077s**| +|*glog v0.3.3*|1,000,000|1|**1.077s**| |*spdlog*|1,000,000|1|**0.975s**| @@ -52,7 +52,7 @@ The bench writes 1,000,000 log lines to a rotating log file (using shared synchr |library|log lines|threads|elapsed| |-------|:-------:|:-----:|------:| |*boost log v1.56*|1,000,000|10|**6.592s**| -|*glogl v0.3.3*|1,000,000|1|**1.678s**| +|*glog v0.3.3*|1,000,000|1|**1.678s**| |*spdlog*|1,000,000|10|**0.961s**|