We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5581ac1 commit c3e9e12Copy full SHA for c3e9e12
.github/workflows/osrm-backend.yml
@@ -731,7 +731,7 @@ jobs:
731
make -j$(nproc) benchmarks
732
cd ..
733
make -C test/data
734
- we run benchmarks in tmpfs to avoid impact of disk IO
+ # we run benchmarks in tmpfs to avoid impact of disk IO
735
- name: Create folder for tmpfs
736
run: |
737
# if by any chance it was mounted before(e.g. due to previous job failed), unmount it
0 commit comments