Skip to content

Commit b82566c

Browse files
committed
[CI] Fix perf tests run
- Set missing OMP_NUM_THREADS env variable - Fix fail on error strategy
1 parent 7ae6346 commit b82566c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,9 @@ jobs:
11201120
python3 scripts/run_perf_counter.py --required-tests-number=2
11211121
- name: Run perf tests
11221122
run: |
1123-
source scripts/generate_perf_results.sh
1123+
bash -e scripts/generate_perf_results.sh
1124+
env:
1125+
OMP_NUM_THREADS: 4
11241126
- name: Archive results
11251127
uses: montudor/action-zip@v1
11261128
with:

0 commit comments

Comments
 (0)