|
3 | 3 |
|
4 | 4 | [](https://github.com/CodSpeedHQ/pytest-codspeed/actions/workflows/ci.yml) |
5 | 5 | [](https://pypi.org/project/pytest-codspeed) |
6 | | - |
| 6 | + |
7 | 7 | [](https://discord.com/invite/MxpaCfKSqF) |
8 | 8 | [](https://codspeed.io/CodSpeedHQ/pytest-codspeed) |
9 | 9 |
|
@@ -61,10 +61,10 @@ If you want to run the benchmarks tests locally, you can use the `--codspeed` py |
61 | 61 | ```sh |
62 | 62 | $ pytest tests/ --codspeed |
63 | 63 | ============================= test session starts ==================== |
64 | | -platform darwin -- Python 3.13.0, pytest-7.4.4, pluggy-1.5.0 |
65 | | -codspeed: 3.0.0 (enabled, mode: walltime, timer_resolution: 41.7ns) |
| 64 | +platform darwin -- Python 3.14.0, pytest-7.4.4, pluggy-1.5.0 |
| 65 | +codspeed: 4.2.0 (enabled, mode: walltime, timer_resolution: 41.7ns) |
66 | 66 | rootdir: /home/user/codspeed-test, configfile: pytest.ini |
67 | | -plugins: codspeed-3.0.0 |
| 67 | +plugins: codspeed-4.2.0 |
68 | 68 | collected 1 items |
69 | 69 |
|
70 | 70 | tests/test_sum_squares.py . [ 100%] |
@@ -105,15 +105,15 @@ jobs: |
105 | 105 | - uses: actions/checkout@v4 |
106 | 106 | - uses: actions/setup-python@v5 |
107 | 107 | with: |
108 | | - python-version: "3.13" |
| 108 | + python-version: "3.14" |
109 | 109 |
|
110 | 110 | - name: Install dependencies |
111 | 111 | run: pip install -r requirements.txt |
112 | 112 |
|
113 | 113 | - name: Run benchmarks |
114 | 114 | uses: CodSpeedHQ/action@v4 |
115 | 115 | with: |
116 | | - mode: instrumentation # or `walltime` |
| 116 | + mode: instrumentation # or `walltime` |
117 | 117 | token: ${{ secrets.CODSPEED_TOKEN }} |
118 | 118 | run: pytest tests/ --codspeed |
119 | 119 | ``` |
0 commit comments