We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8523c9 commit ade37fbCopy full SHA for ade37fb
1 file changed
.github/workflows/benchmark.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install .[benchmark]
25
- name: Run benchmarks
26
run: |
27
- pytest benchmarks/*.py --benchmark-json=benchmarks/output.json --benchmark-time-units=ms
+ pytest benchmarks/*.py --benchmark-json=benchmarks/output.json --benchmark-time-unit=ms
28
- name: Store benchmark results
29
uses: benchmark-action/github-action-benchmark@v1
30
with:
0 commit comments