Skip to content

Commit ade37fb

Browse files
committed
fix syntax error
1 parent f8523c9 commit ade37fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install .[benchmark]
2525
- name: Run benchmarks
2626
run: |
27-
pytest benchmarks/*.py --benchmark-json=benchmarks/output.json --benchmark-time-units=ms
27+
pytest benchmarks/*.py --benchmark-json=benchmarks/output.json --benchmark-time-unit=ms
2828
- name: Store benchmark results
2929
uses: benchmark-action/github-action-benchmark@v1
3030
with:

0 commit comments

Comments
 (0)