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 1cfcad8 commit b976befCopy full SHA for b976bef
tests/run_perf.sh
@@ -1,4 +1,11 @@
1
-go run *.go \
+go run perf/*.go \
2
-C "dbname=postgres port=5432 sslmode=disable" \
3
-C "dbname=postgres port=5433 sslmode=disable" \
4
--g -w 8 -r 1 -n 1000 -a 1000 -i
+-C "dbname=postgres port=5434 sslmode=disable" \
5
+-g -w 8 -r 1 -n 1000 -a 10000 -i
6
+
7
8
+-C "dbname=postgres port=5432 sslmode=disable" \
9
+-C "dbname=postgres port=5433 sslmode=disable" \
10
11
+-g -w 8 -r 1 -n 1000 -a 10000
0 commit comments