summaryrefslogtreecommitdiff
path: root/sql-bench/test-wisconsin.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-wisconsin.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-wisconsin.sh')
-rw-r--r--sql-bench/test-wisconsin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-wisconsin.sh b/sql-bench/test-wisconsin.sh
index 1974461a7c4..0dbd88dd62d 100644
--- a/sql-bench/test-wisconsin.sh
+++ b/sql-bench/test-wisconsin.sh
@@ -21,7 +21,7 @@ use Cwd;
use DBI;
use Benchmark;
-$opt_loop_count=10;
+$opt_loop_count=5000;
$pwd = cwd(); $pwd = "." if ($pwd eq '');
require "$pwd/bench-init.pl" || die "Can't read Configuration file: $!\n";