Skip to content

Commit a308133

Browse files
committed
add codspeed benchmark
1 parent 0332303 commit a308133

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
- name: Run Tests
5959
run: pytest -p no:warnings
6060

61+
- name: Run Benchmarks
62+
uses: CodSpeedHQ/action@v3
63+
with:
64+
token: ${{ secrets.CODSPEED_TOKEN }}
65+
run: pytest --codspeed
66+
6167
- name: Check Coverage
6268
uses: 5monkeys/cobertura-action@v14
6369
with:

0 commit comments

Comments
 (0)