We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e59646 commit 7317bb0Copy full SHA for 7317bb0
tests/run.sh
@@ -1,5 +1,10 @@
1
./dtmbench \
2
--c "dbname=postgres host=localhost user=knizhnik port=5432 sslmode=disable" \
3
--c "dbname=postgres host=localhost user=knizhnik port=5433 sslmode=disable" \
4
--c "dbname=postgres host=localhost user=knizhnik port=5434 sslmode=disable" \
5
--n 1000 -a 1000 -w 10 -r 1 $*
+-C "dbname=postgres host=localhost port=5432 sslmode=disable" \
+-C "dbname=postgres host=localhost port=5433 sslmode=disable" \
+-n 1000 -a 1010 -d 1000 -w 10 -r 1 -i $*
+
6
7
+./dtmbench \
8
9
10
+-n 30000 -a 1010 -d 1000 -w 10 -r 1 $*
0 commit comments