File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,14 @@ sleep 40
4444tool/ovh/clone-repo.sh $( git rev-parse HEAD)
4545
4646tool/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
4849tool/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
5354tool/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 '"
You can’t perform that action at this time.
0 commit comments