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