maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #02933
Rev 35: We do the warm up run with 3 threads. in file:///Users/hakan/work/monty_program/mariadb-tools/
At file:///Users/hakan/work/monty_program/mariadb-tools/
------------------------------------------------------------
revno: 35
revision-id: hakan@xxxxxxxxxxxx-20100412135900-1v7jsdxf3ahxvwrd
parent: hakan@xxxxxxxxxxxx-20100409191359-w2dpenia3bnmlypr
committer: Hakan Kuecuekyilmaz <hakan@xxxxxxxxxxxx>
branch nick: mariadb-tools
timestamp: Mon 2010-04-12 15:59:00 +0200
message:
We do the warm up run with 3 threads.
=== modified file 'sysbench/run-sysbench.sh'
--- a/sysbench/run-sysbench.sh 2010-04-09 19:13:59 +0000
+++ b/sysbench/run-sysbench.sh 2010-04-12 13:59:00 +0000
@@ -323,7 +323,7 @@
echo "[$(date "+%Y-%m-%d %H:%M:%S")] Running ${SYSBENCH_TESTS[$i]} with $THREADS threads and $LOOP_COUNT iterations for $PRODUCT" | tee ${THIS_RESULT_DIR}/results.txt
echo '' >> ${THIS_RESULT_DIR}/results.txt
- SYSBENCH_OPTIONS_WARM_UP="${SYSBENCH_OPTIONS} --num-threads=1 --max-time=$WARM_UP_TIME"
+ SYSBENCH_OPTIONS_WARM_UP="${SYSBENCH_OPTIONS} --num-threads=3 --max-time=$WARM_UP_TIME"
SYSBENCH_OPTIONS_RUN="${SYSBENCH_OPTIONS} --num-threads=$THREADS --max-time=$RUN_TIME"
# Check whether we want a profiled run.