wip
This commit is contained in:
parent
2d76363237
commit
c00fc59c6b
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -738,7 +738,7 @@ jobs:
|
|||||||
cp -rf pr/test/data ~/benchmarks_tmp/test/data
|
cp -rf pr/test/data ~/benchmarks_tmp/test/data
|
||||||
cp -rf pr/profiles ~/benchmarks_tmp/profiles
|
cp -rf pr/profiles ~/benchmarks_tmp/profiles
|
||||||
|
|
||||||
cset shield --exec -- ./pr/scripts/ci/run_benchmarks.sh -f ~/benchmarks_tmp -r $(pwd)/pr_results -s $(pwd)/pr -b ~/benchmarks_tmp/build -o ~/data.osm.pbf -g ~/gps_traces.csv
|
sudo cset shield --exec -- ./pr/scripts/ci/run_benchmarks.sh -f ~/benchmarks_tmp -r $(pwd)/pr_results -s $(pwd)/pr -b ~/benchmarks_tmp/build -o ~/data.osm.pbf -g ~/gps_traces.csv
|
||||||
sleep 10
|
sleep 10
|
||||||
# lsof ~/benchmarks_tmp
|
# lsof ~/benchmarks_tmp
|
||||||
sudo umount ~/benchmarks_tmp
|
sudo umount ~/benchmarks_tmp
|
||||||
@ -756,7 +756,7 @@ jobs:
|
|||||||
cp base/src/benchmarks/portugal_to_korea.json ~/benchmarks_tmp/test/data/portugal_to_korea.json
|
cp base/src/benchmarks/portugal_to_korea.json ~/benchmarks_tmp/test/data/portugal_to_korea.json
|
||||||
fi
|
fi
|
||||||
# we intentionally use scripts from PR branch to be able to update them and see results in the same PR
|
# we intentionally use scripts from PR branch to be able to update them and see results in the same PR
|
||||||
cset shield --exec -- ./pr/scripts/ci/run_benchmarks.sh -f ~/benchmarks_tmp -r $(pwd)/base_results -s $(pwd)/pr -b ~/benchmarks_tmp/build -o ~/data.osm.pbf -g ~/gps_traces.csv
|
sudo cset shield --exec -- ./pr/scripts/ci/run_benchmarks.sh -f ~/benchmarks_tmp -r $(pwd)/base_results -s $(pwd)/pr -b ~/benchmarks_tmp/build -o ~/data.osm.pbf -g ~/gps_traces.csv
|
||||||
sleep 10
|
sleep 10
|
||||||
# lsof ~/benchmarks_tmp
|
# lsof ~/benchmarks_tmp
|
||||||
sudo umount ~/benchmarks_tmp
|
sudo umount ~/benchmarks_tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user