diff options
author | unknown <joreland@mysql.com> | 2005-02-22 13:58:25 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-22 13:58:25 +0100 |
commit | 61964b70a98b48114f4ab854580f8ea14c6d009a (patch) | |
tree | 5929f7edd9434583ca3e59890d4f338ab14fa949 /ndb/test/run-test/daily-basic-tests.txt | |
parent | 43a51297ca5d39ed08217bed7a97e3a348f27653 (diff) | |
download | mariadb-git-61964b70a98b48114f4ab854580f8ea14c6d009a.tar.gz |
ndb - move benchmark to basic suite
ndb/test/run-test/daily-basic-tests.txt:
move bench to basic suite
ndb/test/run-test/daily-devel-tests.txt:
move bench to basic suite
Diffstat (limited to 'ndb/test/run-test/daily-basic-tests.txt')
-rw-r--r-- | ndb/test/run-test/daily-basic-tests.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ndb/test/run-test/daily-basic-tests.txt b/ndb/test/run-test/daily-basic-tests.txt index 22322a5e768..8528e709eb3 100644 --- a/ndb/test/run-test/daily-basic-tests.txt +++ b/ndb/test/run-test/daily-basic-tests.txt @@ -553,3 +553,32 @@ max-time: 500 cmd: flexHammer args: -r 5 -t 32 +max-time: 300 +cmd: DbCreate +args: + +max-time: 180 +cmd: DbAsyncGenerator +args: -time 60 -p 1 +type: bench + +max-time: 180 +cmd: DbAsyncGenerator +args: -time 60 -p 25 +type: bench + +max-time: 180 +cmd: DbAsyncGenerator +args: -time 60 -p 100 +type: bench + +max-time: 180 +cmd: DbAsyncGenerator +args: -time 60 -p 200 +type: bench + +max-time: 180 +cmd: DbAsyncGenerator +args: -time 60 -p 1 -proc 25 +type: bench + |