From ce5c75065f4a97c3af39ac4fa12f7a4b98e3c7dd Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 7 Dec 2014 06:40:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef7eea1..44e9442c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Just copy the files to your build tree and use a C++11 compiler Below are some [benchmarks](bench) comparing the time needed to log 1,000,000 lines to file under Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz (the best of 3 runs for each logger): -|threads|boost log|glog|g2logasync mode|spdlog|spdlog async mode| +|threads|boost log|glog|g2log async mode|spdlog|spdlog async mode| |-------|:-------:|:-----:|------:|------:|------:| |1|4.779s|1.109s|3.155s|0.319s|0.212s |10|15.151ss|3.546s|3.500s|0.641s|0.199s|