Skip to content

Commit 8ac4635

Browse files
committed
ci: replace direct bench command with CodSpeed action
The change replaces the direct execution of the benchmark command with CodSpeed's GitHub Action, which provides more advanced benchmarking capabilities and integration.
1 parent e560ff7 commit 8ac4635

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

template/.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
with:
5555
python-version: ${{ vars.PYTHON_VERSION || '3.12' }}
5656
- name: Bench
57-
run: just ci-bench
57+
uses: CodSpeedHQ/action@v3
58+
with:
59+
run: just ci-bench
5860

5961
test:
6062
name: Test

0 commit comments

Comments
 (0)