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