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 1
1
set -eu
2
2
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' "
4
4
if [ $# -eq 1 ]; then
5
5
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 ' "
7
7
fi
Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ echo Machine name: $MACHINE_NAME
32
32
tool/ovh/create.sh
33
33
tool/ovh/clone-repo.sh $( git rev-parse HEAD)
34
34
35
- tool/ovh/ssh-exec.sh " cd typedb-benchmark && tool/$DB /setup.sh"
35
+ tool/ovh/ssh-exec.sh " ' cd typedb-benchmark && tool/$DB /setup.sh' "
36
36
37
- tool/ovh/ssh-exec.sh "
37
+ tool/ovh/ssh-exec.sh " '
38
38
cd typedb-benchmark &&
39
39
nohup tool/execute-tpcc.sh --no-execute --reset --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$ !
40
- "
40
+ ' "
41
41
42
- tool/ovh/ssh-exec.sh "
42
+ tool/ovh/ssh-exec.sh " '
43
43
cd typedb-benchmark &&
44
44
nohup tool/execute-tpcc.sh --no-load --scalefactor=$SCALE_FACTOR --warehouses=$WAREHOUSES --clients=$CLIENTS --duration=$DURATION $DB & wait \$ !
45
- "
45
+ ' "
46
46
47
47
tool/ovh/download-result.sh
48
48
You can’t perform that action at this time.
0 commit comments