From f3ac7e8c4ab2a62c98db5b5456de5b0208a65974 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Fri, 11 Apr 2025 23:57:37 +0200 Subject: [PATCH] [CI] Fix perf tests run Set PROC_COUNT and OMP_NUM_THREADS for the correct step --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75bb98be1..6a856a450 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1122,7 +1122,8 @@ jobs: run: | bash -e scripts/generate_perf_results.sh env: - OMP_NUM_THREADS: 4 + OMP_NUM_THREADS: 2 + PROC_COUNT: 2 - name: Archive results uses: montudor/action-zip@v1 with: