This commit is contained in:
Lev Kokotov
2022-02-10 11:13:31 -08:00
parent 9d51fe8985
commit 39028282b9

View File

@@ -7,7 +7,7 @@ set -o xtrace
sleep 1
psql -h 127.0.0.1 -p 5432 -f tests/sharding/query_routing_setup.sql
psql -h 127.0.0.1 -p 5432 -U postgres -f tests/sharding/query_routing_setup.sql
# Setup PgBench
pgbench -i -h 127.0.0.1 -p 6432