Improve performance of map matching via getPathDistance optimization

This commit is contained in:
Siarhei Fedartsou 2022-09-27 20:27:21 +02:00
parent f4594b083e
commit 7df38a0964

View File

@ -714,6 +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
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