Skip to content

Commit

Permalink
Merge branch 'main' into issue_822
Browse files Browse the repository at this point in the history
  • Loading branch information
vitthalmagadum authored Sep 30, 2024
2 parents 0c93649 + 74b1ff2 commit 716b093
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Run benchmarks manually
on:
workflow_dispatch:

jobs:
benchmarks:
name: Benchmark ANTA for Python 3.12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install .[dev]
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest --codspeed --no-cov --log-cli-level INFO tests/benchmark

0 comments on commit 716b093

Please sign in to comment.