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**|