File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11set -eu
22
3- tool/ovh/ssh-exec.sh " git clone https://github.com/typedb/typedb-benchmark.git"
3+ tool/ovh/ssh-exec.sh " ' git clone https://github.com/typedb/typedb-benchmark.git' "
44if [ $# -eq 1 ]; then
55 REF=$1
6- tool/ovh/ssh-exec.sh " cd typedb-benchmark && git fetch origin $REF && git checkout $REF "
6+ tool/ovh/ssh-exec.sh " ' cd typedb-benchmark && git fetch origin $REF && git checkout $REF ' "
77fi
Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ tool/ovh/create.sh
3333sleep 40
3434tool/ovh/clone-repo.sh $( git rev-parse HEAD)
3535
36- tool/ovh/ssh-exec.sh " cd typedb-benchmark && tool/$DB /setup.sh"
36+ tool/ovh/ssh-exec.sh " ' cd typedb-benchmark && tool/$DB /setup.sh' "
3737
38- tool/ovh/ssh-exec.sh "
38+ tool/ovh/ssh-exec.sh " '
3939 cd typedb-benchmark &&
4040 nohup tool/execute-tpcc.sh --no-execute --reset --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$ !
41- "
41+ ' "
4242
43- tool/ovh/ssh-exec.sh "
43+ tool/ovh/ssh-exec.sh " '
4444 cd typedb-benchmark &&
4545 nohup tool/execute-tpcc.sh --no-load --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$ !
46- "
46+ ' "
4747
4848tool/ovh/download-result.sh
4949
You can’t perform that action at this time.
0 commit comments