Try using perf tool

This commit is contained in:
Siarhei Fedartsou 2024-06-26 17:52:54 +02:00
parent 30f2ecca6c
commit 9827e97968

View File

@ -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