mirror of
https://github.com/MariaDB/server.git
synced 2025-03-11 09:38:38 +01:00
Write the parallel test. Addresses #800.
git-svn-id: file:///svn/tokudb@3877 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
53183b633a
commit
13105525e3
1 changed files with 4 additions and 0 deletions
|
@ -60,3 +60,7 @@ db-benchmark-test-tokudb: db-benchmark-test.c
|
||||||
endif
|
endif
|
||||||
db-benchmark-test-bdb: db-benchmark-test.c
|
db-benchmark-test-bdb: db-benchmark-test.c
|
||||||
$(CC) $(CFLAGS) $(BDB_CPPFLAGS) $(BDB_LDFLAGS) $< -o $@ -DDIRSUF=bdb
|
$(CC) $(CFLAGS) $(BDB_CPPFLAGS) $(BDB_LDFLAGS) $< -o $@ -DDIRSUF=bdb
|
||||||
|
|
||||||
|
ptest0 ptest1 ptest2 ptest3 ptest4 ptest5 ptest6 ptest7: db-benchmark-test
|
||||||
|
./db-benchmark-test -x --env $@.dir
|
||||||
|
parallel-test-8: ptest0 ptest1 ptest2 ptest3 ptest4 ptest5 ptest6 ptest7
|
||||||
|
|
Loading…
Add table
Reference in a new issue