This commit is contained in:
gabi
2014-11-05 23:16:24 +02:00
parent a66d80c1d4
commit 35c71f4d7b
7 changed files with 0 additions and 0 deletions

22
bench/run_all.sh Executable file
View File

@@ -0,0 +1,22 @@
#~/bin/bash
echo "Running benchmakrs (all with 1000,000 writes to the logs folder"
echo
echo "boost-bench (single thread).."
time ./boost-bench
echo ==================================
sleep 1
echo "spdlog-bench (single thread)"
time ./spdlog-bench
echo ==================================
sleep 1
echo "boost-bench-mt (10 threads, single logger)"..
time ./boost-bench-mt
echo ==================================
sleep 1
echo "spdlog-bench-mt (10 threads, single logger)"..
time ./spdlog-bench-mt
echo ==================================
sleep 1
echo