Improve performance of map matching via getPathDistance optimization
This commit is contained in:
parent
f4594b083e
commit
7df38a0964
1
.github/workflows/osrm-backend.yml
vendored
1
.github/workflows/osrm-backend.yml
vendored
@ -714,6 +714,7 @@ jobs:
|
||||
if: ${{ matrix.ENABLE_BENCHMARKS == 'ON' }}
|
||||
run: |
|
||||
pushd ${OSRM_BUILD_DIR}
|
||||
make --jobs=${JOBS} benchmark
|
||||
for i in ./src/benchmark/*-bench ; do echo Running $i ; $i ; done
|
||||
popd
|
||||
- name: Run Node package tests only
|
||||
|
||||
Loading…
Reference in New Issue
Block a user