mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
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:
parent
6e7241caa5
commit
84e1866181
7 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue