Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Nov 10, 2024
1 parent 694f757 commit bd9cc60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: Build with hatch
run: uv build
- name: Run benchmarks
run: uv run pytest --benchmark-json result.json
- name: Benchmark with bencher and pytest
run: uv run pytest --benchmark-json=results.json
- name: Upload benchmark data
run: |
bencher run \
--project image-interpolation \
--adapter python_pytest \
--file results.json \
--file ./results.json \
--token '${{ secrets.BENCHER_API_TOKEN }}'
--testbed ubuntu-latest \
--github-actions '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit bd9cc60

Please sign in to comment.