Use tmpfs for running benchmarks

This commit is contained in:
Siarhei Fedartsou 2024-06-22 13:18:06 +02:00
parent a9ba9ecb54
commit 67b395c6dc

View File

@ -723,7 +723,7 @@ jobs:
# make -j$(nproc) benchmarks # make -j$(nproc) benchmarks
# cd .. # cd ..
# make -C test/data # make -C test/data
- run: du -sh base/build pr/build # - run: du -sh base/build pr/build
- run: mkdir -p /opt/benchmarks - run: mkdir -p /opt/benchmarks
- name: Run PR Benchmarks - name: Run PR Benchmarks
run: | run: |