Skip to content

Commit 7317bb0

Browse files
committed
delete username from run.sh
1 parent 7e59646 commit 7317bb0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

tests/run.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
./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 $*
2+
-C "dbname=postgres host=localhost port=5432 sslmode=disable" \
3+
-C "dbname=postgres host=localhost port=5433 sslmode=disable" \
4+
-n 1000 -a 1010 -d 1000 -w 10 -r 1 -i $*
5+
6+
7+
./dtmbench \
8+
-C "dbname=postgres host=localhost port=5432 sslmode=disable" \
9+
-C "dbname=postgres host=localhost port=5433 sslmode=disable" \
10+
-n 30000 -a 1010 -d 1000 -w 10 -r 1 $*

0 commit comments

Comments
 (0)