Commit af97329 1 parent 37c740d commit af97329 Copy full SHA for af97329
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
run : |
157
157
echo "TMPDIR=/work" >> $GITHUB_ENV
158
158
159
- - name : Run benchmark
159
+ - name : Run ${{ matrix.benchmark.name }} benchmark
160
160
shell : bash
161
161
env :
162
162
BENCH_VORTEX_RATIOS : ' .*'
Original file line number Diff line number Diff line change 38
38
run : |
39
39
echo "TMPDIR=/work" >> $GITHUB_ENV
40
40
41
- - name : Run ${{ matrix.name }} benchmark on NVME
41
+ - name : Run ${{ matrix.name }} benchmark
42
42
if : matrix.remote_storage == null
43
43
shell : bash
44
44
env :
52
52
-d gh-json \
53
53
| tee results.json
54
54
55
- - name : Run ${{ matrix.name }} benchmark on S3
55
+ - name : Run ${{ matrix.name }} benchmark
56
56
if : matrix.remote_storage != null
57
57
shell : bash
58
58
env :
You can’t perform that action at this time.
0 commit comments