Try self-hosted runner
This commit is contained in:
parent
cf34a3e0bd
commit
b42a7326be
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -739,6 +739,8 @@ jobs:
|
|||||||
cp -rf pr/profiles ~/benchmarks_tmp/profiles
|
cp -rf pr/profiles ~/benchmarks_tmp/profiles
|
||||||
|
|
||||||
./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
|
./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
|
sudo umount ~/benchmarks_tmp
|
||||||
- name: Run Base Benchmarks
|
- name: Run Base Benchmarks
|
||||||
run: |
|
run: |
|
||||||
@ -755,6 +757,8 @@ jobs:
|
|||||||
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
|
||||||
./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
|
./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
|
sudo umount ~/benchmarks_tmp
|
||||||
- name: Post Benchmark Results
|
- name: Post Benchmark Results
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user