File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- gcloud compute scp --project= $PROJECT --zone= $ZONE $USER @ $MACHINE_NAME : ' ~/typedb-benchmark/results.log' result-$MACHINE_NAME .log
1+ openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu -o StrictHostKeychecking=no " cat ~/typedb-benchmark/results.log" > result-$MACHINE_NAME .log
22# resolve typedb folder using glob '*', as there's exactly one typedb folder
33if [[ $DB =~ typedb ]]; then
4- gcloud compute scp --project= $PROJECT --zone= $ZONE $USER @ $MACHINE_NAME : " ~/typedb-benchmark/typedb-all-linux-x86_64-*/log" result-$MACHINE_NAME -server.log
4+ openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu -o StrictHostKeychecking=no " cat ~/typedb-benchmark/typedb-all-linux-x86_64-*/log" > result-$MACHINE_NAME -server.log
55fi
66
You can’t perform that action at this time.
0 commit comments