From dd6706832043cc3eb24c854f28cfc9e66fb71bee Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 21 Dec 2014 02:50:36 +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 72292bb2..482d7a76 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Just copy the files to your build tree and use a C++11 compiler Below are some [benchmarks](bench) comparing popular log libraries under Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz #### Synchronous mode -Time needed to log 1,000,000 lines under synchronous mode (in seconds, the best of 3 runs): +Time needed to log 1,000,000 lines in synchronous mode (in seconds, the best of 3 runs): |threads|boost log|glog |easylogging |spdlog| |-------|:-------:|:-----:|----------:|------:| @@ -46,7 +46,7 @@ Time needed to log 1,000,000 lines under synchronous mode (in seconds, the best #### Asynchronous mode -Time needed to log 1,000,000 lines under asynchronous mode, i.e. the time it takes to put them in the async queue (in seconds, the best of 3 runs): +Time needed to log 1,000,000 lines in asynchronous mode, i.e. the time it takes to put them in the async queue (in seconds, the best of 3 runs): |threads|g2log async logger |spdlog async mode| |:-------|:-----:|-------------------------:|