We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada1d97 commit 858ae85Copy full SHA for 858ae85
.github/workflows/bench.yml
@@ -47,8 +47,8 @@ jobs:
47
48
- name: Bench (Master v. PR)
49
run: |
50
- (cd pr && bash .github/workflows/phoenix/submit.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}) &
51
- (cd master && bash .github/workflows/phoenix/submit.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}) &
+ (cd pr && bash .github/workflows/phoenix/submit-bench.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}) &
+ (cd master && bash .github/workflows/phoenix/submit-bench.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}) &
52
wait %1 && wait %2
53
54
- name: Generate & Post Comment
0 commit comments