Skip to content

Commit e1c59f1

Browse files
committed
Rename compare step
1 parent cced26a commit e1c59f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
- shell: bash
5151
run: |
5252
pytest-benchmark compare --group-by func --histogram benchmark
53-
name: 'Run benchmark'
53+
name: 'Compare benchmark'
5454
- name: Upload
5555
uses: actions/upload-artifact@v7
5656
with:
57-
path: benchmark.svg
57+
path: benchmark*
5858
archive: false
5959

6060

0 commit comments

Comments
 (0)