From 9827e9796807c5742220d2492dee931e2a4a288e Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 26 Jun 2024 17:52:54 +0200 Subject: [PATCH] Try using perf tool --- .github/workflows/osrm-backend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 7583a6a71..fc0b2b7d1 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -723,9 +723,9 @@ jobs: # make -j$(nproc) benchmarks # cd .. # make -C test/data - # # we run benchmarks in tmpfs to avoid impact of disk IO - # - name: Create folder for tmpfs - # run: mkdir -p /opt/benchmarks + # we run benchmarks in tmpfs to avoid impact of disk IO + - name: Create folder for tmpfs + run: mkdir -p /opt/benchmarks # - name: Run PR Benchmarks # run: | # sudo mount -t tmpfs -o size=4g none /opt/benchmarks