Skip to content

Commit 2d54d8a

Browse files
committed
Merge branch 'master' of gitlab.postgrespro.ru:s.kelvich/pg_tsdtm
2 parents 412ccb4 + b976bef commit 2d54d8a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tests/run_perf.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
go run *.go \
1+
go run perf/*.go \
22
-C "dbname=postgres port=5432 sslmode=disable" \
33
-C "dbname=postgres port=5433 sslmode=disable" \
4-
-g -w 8 -r 1 -n 1000 -a 1000 -i
4+
-C "dbname=postgres port=5434 sslmode=disable" \
5+
-g -w 8 -r 1 -n 1000 -a 10000 -i
6+
7+
go run perf/*.go \
8+
-C "dbname=postgres port=5432 sslmode=disable" \
9+
-C "dbname=postgres port=5433 sslmode=disable" \
10+
-C "dbname=postgres port=5434 sslmode=disable" \
11+
-g -w 8 -r 1 -n 1000 -a 10000

0 commit comments

Comments
 (0)