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
44
44
tool/ovh/clone-repo.sh $( git rev-parse HEAD)
45
45
46
46
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'"
47
48
48
49
tool/ovh/ssh-exec.sh " '
49
50
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 \$ !
51
52
'"
52
53
53
54
tool/ovh/ssh-exec.sh " '
54
55
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 \$ !
56
57
'"
You can’t perform that action at this time.
0 commit comments