Skip to content

Commit 7e9c38d

Browse files
authored
[CI] Fix perf tests run (#364)
Set PROC_COUNT and OMP_NUM_THREADS for the correct step
1 parent 9b27d32 commit 7e9c38d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,8 @@ jobs:
11221122
run: |
11231123
bash -e scripts/generate_perf_results.sh
11241124
env:
1125-
OMP_NUM_THREADS: 4
1125+
OMP_NUM_THREADS: 2
1126+
PROC_COUNT: 2
11261127
- name: Archive results
11271128
uses: montudor/action-zip@v1
11281129
with:

0 commit comments

Comments
 (0)