Commit 5d302532 authored by gabime's avatar gabime

run script

parent e83bf08d
#~/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment