Try using perf tool
This commit is contained in:
parent
30f2ecca6c
commit
9827e97968
6
.github/workflows/osrm-backend.yml
vendored
6
.github/workflows/osrm-backend.yml
vendored
@ -723,9 +723,9 @@ jobs:
|
|||||||
# make -j$(nproc) benchmarks
|
# make -j$(nproc) benchmarks
|
||||||
# cd ..
|
# cd ..
|
||||||
# make -C test/data
|
# make -C test/data
|
||||||
# # we run benchmarks in tmpfs to avoid impact of disk IO
|
# we run benchmarks in tmpfs to avoid impact of disk IO
|
||||||
# - name: Create folder for tmpfs
|
- name: Create folder for tmpfs
|
||||||
# run: mkdir -p /opt/benchmarks
|
run: mkdir -p /opt/benchmarks
|
||||||
# - name: Run PR Benchmarks
|
# - name: Run PR Benchmarks
|
||||||
# run: |
|
# run: |
|
||||||
# sudo mount -t tmpfs -o size=4g none /opt/benchmarks
|
# sudo mount -t tmpfs -o size=4g none /opt/benchmarks
|
||||||
|
Loading…
Reference in New Issue
Block a user