diff options
author | Hakan Kuecuekyilmaz <hakan@askmonty.org> | 2010-02-17 21:10:02 +0100 |
---|---|---|
committer | Hakan Kuecuekyilmaz <hakan@askmonty.org> | 2010-02-17 21:10:02 +0100 |
commit | 84e1866181106f910ef0c1f5531ba7bda4f0e379 (patch) | |
tree | bfc9c7b85e14baab88844e592ca79f75d40a5943 /sql-bench/test-select.sh | |
parent | 6e7241caa52151a9cd1a8e5648bd3e8bf6ce973c (diff) | |
download | mariadb-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-select.sh')
-rw-r--r-- | sql-bench/test-select.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-select.sh b/sql-bench/test-select.sh index 41e8205196e..0bcc9426cdf 100644 --- a/sql-bench/test-select.sh +++ b/sql-bench/test-select.sh @@ -26,7 +26,7 @@ use Getopt::Long; use Benchmark; $opt_loop_count=10000; -$opt_medium_loop_count=1000; +$opt_medium_loop_count=7000; $opt_small_loop_count=10; $opt_regions=6; $opt_groups=100; |