Skip to content

Commit da59116

Browse files
committed
capture env
1 parent 3196376 commit da59116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,9 @@ jobs:
377377
python run_benchmarks.py --reports $REPORTS
378378
379379
- name: Run launch microbenchmark tests
380-
if: ${{ steps.install.outcome == 'success' && !cancelled() && (inputs.benchmarks == '' || contains(fromJson(inputs.benchmarks || '[]'), 'launch_overhead.py')) && !contains(fromJson(inputs.skip_benchmarks || '[]'), 'launch_micro_benchmarks') }}
380+
if: ${{ steps.install.outcome == 'success' && !cancelled() && (inputs.benchmarks == '' || contains(fromJson(inputs.benchmarks || '[]'), 'launch_micro_benchmarks')) && !contains(fromJson(inputs.skip_benchmarks || '[]'), 'launch_micro_benchmarks') }}
381381
run: |
382+
source scripts/capture-hw-details.sh
382383
python3 python/test/microbenchmark/launch_overhead.py
383384
384385
- name: Upload benchmark reports

0 commit comments

Comments
 (0)