Skip to content

Commit f5c272a

Browse files
committed
[CI] Fix perf tests run (learning-process#398)
- Set missing OMP_NUM_THREADS env variable
1 parent 9cbb956 commit f5c272a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,9 @@ jobs:
10201020
- name: Run perf count checker
10211021
run: |
10221022
python3 scripts/run_perf_counter.py --required-tests-number=2
1023+
env:
1024+
OMP_NUM_THREADS: 2
1025+
PROC_COUNT: 2
10231026
- name: Run perf tests
10241027
run: |
10251028
bash -e scripts/generate_perf_results.sh

0 commit comments

Comments
 (0)