glog bench

This commit is contained in:
gabime
2014-11-23 00:24:46 +02:00
parent ece27ac952
commit 6f550c3271
6 changed files with 88 additions and 8 deletions

View File

@@ -4,19 +4,26 @@ echo
echo "boost-bench (single thread).."
time ./boost-bench
echo ==================================
sleep 1
sleep 3
echo "glog-bench (single thread).."
time ./glog-bench
echo ==================================
sleep 3
echo "spdlog-bench (single thread)"
time ./spdlog-bench
echo ==================================
sleep 1
sleep 3
echo "boost-bench-mt (10 threads, single logger)"..
time ./boost-bench-mt
echo ==================================
sleep 1
sleep 3
echo "glog-bench-mt (10 threads, single logger)"..
time ./glog-bench-mt
echo ==================================
sleep 3
echo "spdlog-bench-mt (10 threads, single logger)"..
time ./spdlog-bench-mt
echo ==================================
sleep 1
echo