Improve performance of map matching via getPathDistance optimization

This commit is contained in:
Siarhei Fedartsou 2022-09-27 20:42:56 +02:00
parent 7df38a0964
commit ec1f10a3a2

View File

@ -714,7 +714,7 @@ jobs:
if: ${{ matrix.ENABLE_BENCHMARKS == 'ON' }}
run: |
pushd ${OSRM_BUILD_DIR}
make --jobs=${JOBS} benchmark
make --jobs=${JOBS} benchmarks
for i in ./src/benchmark/*-bench ; do echo Running $i ; $i ; done
popd
- name: Run Node package tests only