Skip to content

Commit 1bf2cd6

Browse files
verify
1 parent 5fd4ff7 commit 1bf2cd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tool/ovh/tpcc.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ sleep 40
4444
tool/ovh/clone-repo.sh $(git rev-parse HEAD)
4545

4646
tool/ovh/ssh-exec.sh "'cd typedb-benchmark && tool/$DB/setup.sh'"
47+
tool/ovh/ssh-exec.sh "'cd typedb-benchmark && tool/postgres/setup.sh'"
4748

4849
tool/ovh/ssh-exec.sh "'
4950
cd typedb-benchmark && . venv/bin/activate &&
50-
nohup tool/execute-tpcc.sh --no-execute --reset --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$!
51+
nohup tool/execute-tpcc.sh --no-execute --reset --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION --verify $DB & wait \$!
5152
'"
5253

5354
tool/ovh/ssh-exec.sh "'
5455
cd typedb-benchmark && . venv/bin/activate &&
55-
nohup tool/execute-tpcc.sh --no-load --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$!
56+
nohup tool/execute-tpcc.sh --no-load --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION --verify $DB & wait \$!
5657
'"

0 commit comments

Comments
 (0)