From aa67db309093153b5ad8f591a828e5e2738e5ee3 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 20 Dec 2014 22:33: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 9f2eb8a5..50997ac5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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 +#### Synchronous mode Time needed to log 1,000,000 lines under synchronous mode (the best of 3 runs): |threads|boost log|glog |easylogging |spdlog| @@ -45,7 +45,7 @@ Time needed to log 1,000,000 lines under synchronous mode (the best of 3 runs): |100| 15.008 |1.139s |4.512s :|0.497s| -### Asynchronous mode +#### Asynchronous mode Time needed to log 1,000,000 lines under asynchronous mode, i.e. the time it takes to put the messages in the async queue (the best of 3 runs): |threads|g2log |spdlogasync mode|