This commit is contained in:
Siarhei Fedartsou 2024-06-26 11:52:51 +02:00
parent 2d76363237
commit c00fc59c6b

View File

@ -738,7 +738,7 @@ jobs:
cp -rf pr/test/data ~/benchmarks_tmp/test/data
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
# lsof ~/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
fi
# 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
# lsof ~/benchmarks_tmp
sudo umount ~/benchmarks_tmp