Skip to content

Commit

Permalink
Add benchmarking to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Nov 23, 2024
1 parent 9e3e4de commit a45a781
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
TEST_NO_UI: 1
run: |
python -m pytest tests/ -n auto -v
- name: Run PyTest Benchmark
env:
PYTEST_SECRETS_KEY: ${{ secrets.PYTEST_SECRETS_KEY }}
TEST_VERBOSE_IMAGES: 0
TEST_NO_UI: 1
run: |
python -m pytest tests/test_benchmark.py --benchmark-enable --benchmark-min-rounds=10
- name: Build wheel
run: |
echo "Building wheel"
Expand Down

0 comments on commit a45a781

Please sign in to comment.