File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,19 +100,19 @@ jobs:
100100 - name : Bench (Master v. PR)
101101 run : |
102102 (cd pr && bash .github/workflows/${{ matrix.cluster }}/submit-bench.sh .github/workflows/${{ matrix.cluster }}/bench.sh ${{ matrix.device }} ${{ matrix.interface }}) &
103- (cd master && bash .github/workflows/${{ matrix.cluster }}/submit-bench.sh .github/workflows/${{ matrix.cluster }}/bench.sh ${{ matrix.device }}) &
103+ (cd master && bash .github/workflows/${{ matrix.cluster }}/submit-bench.sh .github/workflows/${{ matrix.cluster }}/bench.sh ${{ matrix.device }} ${{ matrix.interface }} ) &
104104 wait %1 && wait %2
105105
106106 - name : Generate & Post Comment
107107 run : |
108108 (cd pr && . ./mfc.sh load -c ${{ matrix.flag }} -m g)
109- (cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}-${{ matrix.interface }}.yaml)
109+ (cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}-${{ matrix.interface }} .yaml ../pr/bench-${{ matrix.device }}-${{ matrix.interface }}.yaml)
110110
111111 - name : Print Logs
112112 if : always()
113113 run : |
114114 cat pr/bench-${{ matrix.device }}-${{ matrix.interface }}.* 2>/dev/null || true
115- cat master/bench-${{ matrix.device }}.* 2>/dev/null || true
115+ cat master/bench-${{ matrix.device }}-${{ matrix.interface }} .* 2>/dev/null || true
116116
117117 # All other runners (non-Phoenix) just run without special env
118118 - name : Archive Logs (Frontier)
@@ -123,5 +123,5 @@ jobs:
123123 path : |
124124 pr/bench-${{ matrix.device }}-${{ matrix.interface }}.*
125125 pr/build/benchmarks/*
126- master/bench-${{ matrix.device }}.*
126+ master/bench-${{ matrix.device }}-${{ matrix.interface }} .*
127127 master/build/benchmarks/*
You can’t perform that action at this time.
0 commit comments