summaryrefslogtreecommitdiff
path: root/sql-bench/test-transactions.sh
diff options
context:
space:
mode:
authorHakan Kuecuekyilmaz <hakan@askmonty.org>2010-02-17 21:10:02 +0100
committerHakan Kuecuekyilmaz <hakan@askmonty.org>2010-02-17 21:10:02 +0100
commit84e1866181106f910ef0c1f5531ba7bda4f0e379 (patch)
treebfc9c7b85e14baab88844e592ca79f75d40a5943 /sql-bench/test-transactions.sh
parent6e7241caa52151a9cd1a8e5648bd3e8bf6ce973c (diff)
downloadmariadb-git-84e1866181106f910ef0c1f5531ba7bda4f0e379.tar.gz
Increased loop counts of sql-bench tests to get run times around
5 minutes on current machines. Tested on a Xeon machine and a new dual core laptop.
Diffstat (limited to 'sql-bench/test-transactions.sh')
-rw-r--r--sql-bench/test-transactions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-bench/test-transactions.sh b/sql-bench/test-transactions.sh
index edbfef0e3ce..f6de5641cbd 100644
--- a/sql-bench/test-transactions.sh
+++ b/sql-bench/test-transactions.sh
@@ -28,8 +28,8 @@ use Benchmark;
$opt_groups=27; # Characters are 'A' -> Z
-$opt_loop_count=10000; # Change this to make test harder/easier
-$opt_medium_loop_count=100; # Change this to make test harder/easier
+$opt_loop_count=500000; # Change this to make test harder/easier
+$opt_medium_loop_count=10000; # Change this to make test harder/easier
$pwd = cwd(); $pwd = "." if ($pwd eq '');
require "$pwd/bench-init.pl" || die "Can't read Configuration file: $!\n";