summaryrefslogtreecommitdiff
path: root/sql-bench/test-big-tables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sql-bench/test-big-tables.sh')
-rw-r--r--sql-bench/test-big-tables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-big-tables.sh b/sql-bench/test-big-tables.sh
index 33694a42e17..de2b0830bd3 100644
--- a/sql-bench/test-big-tables.sh
+++ b/sql-bench/test-big-tables.sh
@@ -25,7 +25,7 @@ use Cwd;
use DBI;
use Benchmark;
-$opt_loop_count=1000; # Change this to make test harder/easier
+$opt_loop_count=70000; # Change this to make test harder/easier
$opt_field_count=1000;
$pwd = cwd(); $pwd = "." if ($pwd eq '');