Skip to content

Commit 934ed90

Browse files
committed
fix(docs): update to v4
1 parent 305fc28 commit 934ed90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ jobs:
111111
run: pip install -r requirements.txt
112112

113113
- name: Run benchmarks
114-
uses: CodSpeedHQ/action@v3
114+
uses: CodSpeedHQ/action@v4
115115
with:
116+
mode: instrumentation # or `walltime`
116117
token: ${{ secrets.CODSPEED_TOKEN }}
117118
run: pytest tests/ --codspeed
118119
```

0 commit comments

Comments
 (0)