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-alter-table.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-alter-table.sh')
-rw-r--r-- | sql-bench/test-alter-table.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-alter-table.sh b/sql-bench/test-alter-table.sh index 36db26f4bf3..03d40a01276 100644 --- a/sql-bench/test-alter-table.sh +++ b/sql-bench/test-alter-table.sh @@ -25,7 +25,7 @@ use DBI; use Benchmark; $opt_start_field_count=8; # start with this many fields -$opt_loop_count=100; # How many tests to do +$opt_loop_count=10000; # How many tests to do $opt_row_count=1000; # Rows in the table $opt_field_count=1000; # Add until this many fields. $opt_time_limit=10*60; # Don't wait more than 10 min for some tests |