Skip to content

Commit 414fab3

Browse files
Update perf.yml
1 parent 64fccbb commit 414fab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/perf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ jobs:
4747
pip install -r req.txt
4848
4949
- name: Run benchmark
50+
shell: bash
5051
run: |
5152
export PYTHONPATH="."
5253
python perf/main.py --times 5
5354
5455
- name: Upload results
5556
uses: actions/upload-artifact@v4
5657
with:
57-
name: benchmark_results
58+
name: benchmark-results-${{ matrix.os }}-${{ matrix.python-version }}
5859
path: benchmark_results

0 commit comments

Comments
 (0)