diff options
author | monty@hundin.mysql.fi <> | 2001-06-03 12:26:24 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-03 12:26:24 +0300 |
commit | 4014d2367ccdfe00670de3dfaeeef8389008b208 (patch) | |
tree | a8649f73d8dc4f4b298871c75089fd3e584adb6e /sql-bench/test-connect.sh | |
parent | 0efb10e71ca1bc2391ddfd711aefff0d231a6789 (diff) | |
download | mariadb-git-4014d2367ccdfe00670de3dfaeeef8389008b208.tar.gz |
Added ABS() to make tests more portable.
New postgresql crash-me file.
Increased blob size in benchmarks from 65K to 1M.
Diffstat (limited to 'sql-bench/test-connect.sh')
-rw-r--r-- | sql-bench/test-connect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-connect.sh b/sql-bench/test-connect.sh index cddb32e2775..862161e3a03 100644 --- a/sql-bench/test-connect.sh +++ b/sql-bench/test-connect.sh @@ -266,7 +266,7 @@ for ($i=0 ; $i < $opt_loop_count ; $i++) } $end_time=new Benchmark; -print "Time to select_big ($opt_loop_count): " . +print "Time to select_big_str ($opt_loop_count): " . timestr(timediff($end_time, $loop_time),"all") . "\n\n"; $sth = $dbh->do("drop table bench1" . $server->{'drop_attr'}) |