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.
This commit is contained in:
Hakan Kuecuekyilmaz 2010-02-17 21:10:02 +01:00
commit 84e1866181
7 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ use Cwd;
use DBI;
use Benchmark;
$opt_loop_count=100000; # Change this to make test harder/easier
$opt_loop_count=500000; # Change this to make test harder/easier
$str_length=65000; # This is the length of blob strings in PART:5
$max_test=20; # How many times to test if the server is busy