From 5d3025322f952b2cfb73eec91b1278956fc6d050 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 4 Nov 2014 01:02:17 +0200 Subject: [PATCH] run script --- bench-comparison/run_all.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 bench-comparison/run_all.sh diff --git a/bench-comparison/run_all.sh b/bench-comparison/run_all.sh new file mode 100755 index 00000000..1d2dad84 --- /dev/null +++ b/bench-comparison/run_all.sh @@ -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 + +