|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | | -## [3.2.0] - 2025-01-31 |
| 8 | +## [4.0.0] - 2025-07-10 |
9 | 9 |
|
10 | 10 | ### <!-- 0 -->π Features |
| 11 | +- Update readme by @art049 |
| 12 | +- Support pytest-benchmark's pedantic API by @art049 in [#81](https://github.com/CodSpeedHQ/pytest-codspeed/pull/81) |
| 13 | +- Make sure the benchmark fixture can only be called once per bench by @art049 |
| 14 | +- Support marker attributes to customize the walltime execution by @art049 in [#80](https://github.com/CodSpeedHQ/pytest-codspeed/pull/80) |
| 15 | +- Use instrument hooks by @not-matthias |
| 16 | +- Add instrument-hooks native module by @not-matthias |
11 | 17 | - Increase the min round time to a bigger value (+/- 1ms) by @art049 |
12 | 18 | - Add benchmarks-walltime job to run additional performance benchmarks by @art049 in [#65](https://github.com/CodSpeedHQ/pytest-codspeed/pull/65) |
13 | 19 | - Fix the random seed while measuring with instruments by @art049 in [#48](https://github.com/CodSpeedHQ/pytest-codspeed/pull/48) |
14 | | - |
15 | | -### <!-- 1 -->π Bug Fixes |
16 | | -- Use time per iteration instead of total round time in stats by @art049 |
17 | | - |
18 | | -### <!-- 2 -->ποΈ Refactor |
19 | | -- Replace hardcoded outlier factor for improved readability by @art049 in [#67](https://github.com/CodSpeedHQ/pytest-codspeed/pull/67) |
20 | | - |
21 | | -### <!-- 7 -->βοΈ Internals |
22 | | -- Fix self-dependency by @adriencaccia in [#66](https://github.com/CodSpeedHQ/pytest-codspeed/pull/66) |
23 | | -- Fix uv version in CI by @adriencaccia |
24 | | - |
25 | | - |
26 | | -## [3.1.2] - 2025-01-09 |
27 | | - |
28 | | -### <!-- 1 -->π Bug Fixes |
29 | | -- Update package_data to include header and source files for valgrind wrapper by @art049 in [#64](https://github.com/CodSpeedHQ/pytest-codspeed/pull/64) |
30 | | - |
31 | | - |
32 | | -## [3.1.1] - 2025-01-07 |
33 | | - |
34 | | -### <!-- 7 -->βοΈ Internals |
35 | | -- Fix tag num with bumpver by @art049 in [#61](https://github.com/CodSpeedHQ/pytest-codspeed/pull/61) |
36 | | -- Update uv lock before release by @art049 |
37 | | -- Add a py3-none-any fallback wheel by @art049 |
38 | | - |
39 | | - |
40 | | -## [3.1.0] - 2024-12-09 |
41 | | - |
42 | | -### <!-- 2 -->ποΈ Refactor |
43 | | -- Remove the scripted semver generation by @art049 |
44 | | - |
45 | | -### <!-- 7 -->βοΈ Internals |
46 | | -- Fix typo in cibuildwheel config by @art049 in [#57](https://github.com/CodSpeedHQ/pytest-codspeed/pull/57) |
47 | | - |
48 | | - |
49 | | -## [3.1.0-beta] - 2024-12-06 |
50 | | - |
51 | | -### <!-- 0 -->π Features |
52 | 20 | - Check buildability and fallback when build doesn't work by @art049 |
53 | 21 | - Compile the callgrind wrapper at build time by @art049 |
54 | | - |
55 | | -### <!-- 1 -->π Bug Fixes |
56 | | -- Allow build on arm64 by @art049 |
57 | | - |
58 | | -### <!-- 7 -->βοΈ Internals |
59 | | -- Build wheels with cibuildwheel by @art049 |
60 | | -- Allow forcing integrated tests by @art049 |
61 | | -- Fix release script by @art049 |
62 | | -- Use bumpver to manage versions by @art049 |
63 | | -- Add a changelog by @art049 |
64 | | -- Force native extension build in CI by @art049 |
65 | | -- Updated matrix release workflow by @art049 |
66 | | -- Use a common python version in the codspeed job by @art049 |
67 | | -- Fix the codspeed workflow by @art049 |
68 | | -- Use uv in CI by @art049 |
69 | | -- Commit uv lock file by @art049 |
70 | | - |
71 | | - |
72 | | -## [3.0.0] - 2024-10-29 |
73 | | - |
74 | | -### <!-- 1 -->π Bug Fixes |
75 | | -- Fix compatibility with pytest-benchmark 5.0.0 by @art049 in [#54](https://github.com/CodSpeedHQ/pytest-codspeed/pull/54) |
76 | | - |
77 | | -### <!-- 7 -->βοΈ Internals |
78 | | -- Drop support for python3.8 by @art049 |
79 | | -- Expose type information (#53) by @Dreamsorcerer in [#53](https://github.com/CodSpeedHQ/pytest-codspeed/pull/53) |
80 | | -- Run the CI with ubuntu 24.04 by @art049 |
81 | | -- Improve naming in workflow examples by @art049 |
82 | | -- Bump actions/checkout to v4 (#47) by @fargito in [#47](https://github.com/CodSpeedHQ/pytest-codspeed/pull/47) |
83 | | - |
84 | | - |
85 | | -## [3.0.0b4] - 2024-09-27 |
86 | | - |
87 | | -### <!-- 0 -->π Features |
88 | 22 | - Send more outlier data by @art049 |
89 | | - |
90 | | -### <!-- 1 -->π Bug Fixes |
91 | | -- Fix display of parametrized tests by @art049 |
92 | | -- Reenable gc logic by @art049 |
93 | | - |
94 | | -### <!-- 6 -->π§ͺ Testing |
95 | | -- Add benches for various syscalls by @art049 |
96 | | - |
97 | | - |
98 | | -## [3.0.0b3] - 2024-09-26 |
99 | | - |
100 | | -### <!-- 0 -->π Features |
101 | 23 | - Also save the lower and upper fences in the json data by @art049 in [#46](https://github.com/CodSpeedHQ/pytest-codspeed/pull/46) |
102 | | - |
103 | | -### <!-- 6 -->π§ͺ Testing |
104 | | -- Refactor the algorithm benches using parametrization and add benches on bit_manipulation by @art049 |
105 | | - |
106 | | - |
107 | | -## [3.0.0b2] - 2024-09-24 |
108 | | - |
109 | | -### <!-- 0 -->π Features |
110 | 24 | - Also save the q1 and q3 in the json data by @art049 in [#45](https://github.com/CodSpeedHQ/pytest-codspeed/pull/45) |
111 | 25 | - Add the --codspeed-max-time flag by @art049 |
112 | | - |
113 | | - |
114 | | -## [3.0.0b1] - 2024-09-20 |
115 | | - |
116 | | -### <!-- 0 -->π Features |
117 | 26 | - Send the semver version to cospeed instead of the PEP440 one by @art049 in [#44](https://github.com/CodSpeedHQ/pytest-codspeed/pull/44) |
118 | 27 | - Also store the semver version by @art049 |
119 | | - |
120 | | -### <!-- 6 -->π§ͺ Testing |
121 | | -- Add benches for TheAlgorithms/backtracking by @art049 in [#43](https://github.com/CodSpeedHQ/pytest-codspeed/pull/43) |
122 | | - |
123 | | - |
124 | | -## [3.0.0b0] - 2024-09-18 |
125 | | - |
126 | | -### <!-- 0 -->π Features |
127 | 28 | - Improve table style when displaying results by @art049 in [#41](https://github.com/CodSpeedHQ/pytest-codspeed/pull/41) |
128 | 29 | - Add the total bench time to the collected stats by @art049 |
129 | 30 | - Add configuration and split tests between instruments by @art049 |
130 | 31 | - Add outlier detection in the walltime instrument by @art049 |
131 | 32 | - Implement the walltime instrument by @art049 |
132 | 33 | - Add bench of various python noop by @art049 |
133 | 34 | - Avoid overriding pytest's default protocol (#32) by @kenodegard in [#32](https://github.com/CodSpeedHQ/pytest-codspeed/pull/32) |
| 35 | +- Support pytest 8.1.1 by @art049 |
| 36 | +- Avoid concurrent wrapper builds by @art049 |
| 37 | +- Add a test for pytest-xdist compatibility by @art049 |
| 38 | +- Release the package from the CI with trusted provider by @art049 |
| 39 | +- Add a return type to the benchmark fixture by @art049 in [#13](https://github.com/CodSpeedHQ/pytest-codspeed/pull/13) |
| 40 | +- Add support for returning values (#12) by @patrick91 in [#12](https://github.com/CodSpeedHQ/pytest-codspeed/pull/12) |
| 41 | +- Warmup performance map generation by @art049 |
| 42 | +- Add some details about the callgraph generation status in the header by @art049 |
| 43 | +- Test that perf maps are generated by @art049 |
| 44 | +- Add a local test matrix with hatch by @art049 |
| 45 | +- Test that benchmark selection with -k works by @art049 |
| 46 | +- Add support for CPython3.12 and perf trampoline by @art049 |
| 47 | +- Add introspection benchmarks by @art049 in [#9](https://github.com/CodSpeedHQ/pytest-codspeed/pull/9) |
| 48 | +- Add library metadata in the profile output by @art049 in [#5](https://github.com/CodSpeedHQ/pytest-codspeed/pull/5) |
| 49 | +- Allow running along with pytest-benchmarks by @art049 |
134 | 50 |
|
135 | 51 | ### <!-- 1 -->π Bug Fixes |
| 52 | +- Reenable walltime instrument hooks by @art049 in [#82](https://github.com/CodSpeedHQ/pytest-codspeed/pull/82) |
| 53 | +- Fix native library typing by @art049 |
| 54 | +- Use time per iteration instead of total round time in stats by @art049 |
| 55 | +- Update package_data to include header and source files for valgrind wrapper by @art049 in [#64](https://github.com/CodSpeedHQ/pytest-codspeed/pull/64) |
| 56 | +- Allow build on arm64 by @art049 |
| 57 | +- Fix compatibility with pytest-benchmark 5.0.0 by @art049 in [#54](https://github.com/CodSpeedHQ/pytest-codspeed/pull/54) |
| 58 | +- Fix display of parametrized tests by @art049 |
| 59 | +- Reenable gc logic by @art049 |
136 | 60 | - Use importlib_metadata to keep backward compatibility by @art049 |
137 | 61 | - Properly decide the mode depending on our env variable spec by @art049 |
138 | 62 | - Disable pytest-speed when installed and codspeed is enabled by @art049 |
| 63 | +- Loosen runtime requirements (#21) by @edgarrmondragon in [#21](https://github.com/CodSpeedHQ/pytest-codspeed/pull/21) |
| 64 | +- Fix xdist test output assertion by @art049 |
| 65 | +- Fix relative git path when using working-directory by @art049 in [#15](https://github.com/CodSpeedHQ/pytest-codspeed/pull/15) |
| 66 | +- Fix typo in release.yml (#14) by @art049 in [#14](https://github.com/CodSpeedHQ/pytest-codspeed/pull/14) |
| 67 | +- Fix setuptools installation with python3.12 by @art049 |
| 68 | +- Support benchmark.extra_info parameters on the fixture by @art049 in [#10](https://github.com/CodSpeedHQ/pytest-codspeed/pull/10) |
| 69 | +- Filter out pytest-benchmark warnings in the tests by @art049 |
| 70 | +- Support kwargs with the benchmark fixture by @art049 in [#4](https://github.com/CodSpeedHQ/pytest-codspeed/pull/4) |
| 71 | +- Avoid wrapping the callable to maintain existing results by @art049 |
| 72 | +- Disable automatic garbage collection to increase stability by @art049 in [#2](https://github.com/CodSpeedHQ/pytest-codspeed/pull/2) |
| 73 | +- Update readme by @art049 |
| 74 | +- Fix the release script by @art049 |
| 75 | +- Make the release script executable by @art049 |
| 76 | +- Match the test output in any order by @art049 |
139 | 77 |
|
140 | 78 | ### <!-- 2 -->ποΈ Refactor |
| 79 | +- Replace hardcoded outlier factor for improved readability by @art049 in [#67](https://github.com/CodSpeedHQ/pytest-codspeed/pull/67) |
| 80 | +- Remove the scripted semver generation by @art049 |
141 | 81 | - Differentiate the mode from the underlying instrument by @art049 |
142 | 82 | - Move the instrumentation wrapper directly in the instrument by @art049 |
143 | 83 | - Change Instrumentation to CPUInstrumentation by @art049 |
144 | 84 | - Create an abstraction for each instrument by @art049 |
| 85 | +- Use the pytest_run_protocol hook for better exec control by @art049 |
| 86 | +- Manage compatibility env in the conftest by @art049 |
145 | 87 |
|
146 | 88 | ### <!-- 3 -->π Documentation |
147 | 89 | - Update action version in the CI workflow configuration (#39) by @frgfm in [#39](https://github.com/CodSpeedHQ/pytest-codspeed/pull/39) |
148 | 90 | - Bump action versions in README by @adriencaccia |
149 | 91 |
|
150 | 92 | ### <!-- 6 -->π§ͺ Testing |
| 93 | +- Add benches from the documentation's getting started by @art049 in [#71](https://github.com/CodSpeedHQ/pytest-codspeed/pull/71) |
| 94 | +- Add simple python benches by @art049 |
| 95 | +- Add benches for various syscalls by @art049 |
| 96 | +- Refactor the algorithm benches using parametrization and add benches on bit_manipulation by @art049 |
| 97 | +- Add benches for TheAlgorithms/backtracking by @art049 in [#43](https://github.com/CodSpeedHQ/pytest-codspeed/pull/43) |
151 | 98 | - Add benches for TheAlgorithms/audio_filters by @art049 in [#42](https://github.com/CodSpeedHQ/pytest-codspeed/pull/42) |
152 | 99 |
|
153 | 100 | ### <!-- 7 -->βοΈ Internals |
| 101 | +- Remove pre-releases from git-cliff changelog |
| 102 | +- Link to the documentation by @art049 |
| 103 | +- Improve reliability of perf trampoline compatibility checks by @art049 |
| 104 | +- Bump ruff by @art049 |
| 105 | +- Update release workflow to include submodules by @art049 in [#79](https://github.com/CodSpeedHQ/pytest-codspeed/pull/79) |
| 106 | +- Remove valgrind wrapper by @not-matthias |
| 107 | +- Update apt before installing packages by @art049 |
| 108 | +- Fix self-dependency by @adriencaccia in [#66](https://github.com/CodSpeedHQ/pytest-codspeed/pull/66) |
| 109 | +- Fix uv version in CI by @adriencaccia |
| 110 | +- Fix tag num with bumpver by @art049 in [#61](https://github.com/CodSpeedHQ/pytest-codspeed/pull/61) |
| 111 | +- Update uv lock before release by @art049 |
| 112 | +- Add a py3-none-any fallback wheel by @art049 |
| 113 | +- Fix typo in cibuildwheel config by @art049 in [#57](https://github.com/CodSpeedHQ/pytest-codspeed/pull/57) |
| 114 | +- Build wheels with cibuildwheel by @art049 |
| 115 | +- Allow forcing integrated tests by @art049 |
| 116 | +- Fix release script by @art049 |
| 117 | +- Use bumpver to manage versions by @art049 |
| 118 | +- Add a changelog by @art049 |
| 119 | +- Force native extension build in CI by @art049 |
| 120 | +- Updated matrix release workflow by @art049 |
| 121 | +- Use a common python version in the codspeed job by @art049 |
| 122 | +- Fix the codspeed workflow by @art049 |
| 123 | +- Use uv in CI by @art049 |
| 124 | +- Commit uv lock file by @art049 |
| 125 | +- Drop support for python3.8 by @art049 |
| 126 | +- Expose type information (#53) by @Dreamsorcerer in [#53](https://github.com/CodSpeedHQ/pytest-codspeed/pull/53) |
| 127 | +- Run the CI with ubuntu 24.04 by @art049 |
| 128 | +- Improve naming in workflow examples by @art049 |
| 129 | +- Bump actions/checkout to v4 (#47) by @fargito in [#47](https://github.com/CodSpeedHQ/pytest-codspeed/pull/47) |
154 | 130 | - Add a test on the walltime instrument by @art049 |
155 | 131 | - Fix utils test using a fake git repo by @art049 |
156 | 132 | - Update readme by @art049 |
157 | 133 | - Support python 3.13 and drop 3.7 by @art049 in [#40](https://github.com/CodSpeedHQ/pytest-codspeed/pull/40) |
158 | 134 | - Add TCH, FA, and UP to ruff lints (#29) by @kenodegard in [#29](https://github.com/CodSpeedHQ/pytest-codspeed/pull/29) |
159 | | - |
160 | | - |
161 | | -## [2.2.1] - 2024-03-19 |
162 | | - |
163 | | -### <!-- 0 -->π Features |
164 | | -- Support pytest 8.1.1 by @art049 |
165 | | - |
166 | | -### <!-- 1 -->π Bug Fixes |
167 | | -- Loosen runtime requirements (#21) by @edgarrmondragon in [#21](https://github.com/CodSpeedHQ/pytest-codspeed/pull/21) |
168 | | - |
169 | | -### <!-- 7 -->βοΈ Internals |
170 | 135 | - Add all-checks job to CI workflow by @art049 in [#28](https://github.com/CodSpeedHQ/pytest-codspeed/pull/28) |
171 | 136 | - Switch from black to ruff format by @art049 |
172 | 137 | - Update action version in README.md by @adriencaccia |
173 | 138 | - Add codspeed badge to the readme by @art049 |
174 | | - |
175 | | - |
176 | | -## [2.2.0] - 2023-09-01 |
177 | | - |
178 | | -### <!-- 0 -->π Features |
179 | | -- Avoid concurrent wrapper builds by @art049 |
180 | | -- Add a test for pytest-xdist compatibility by @art049 |
181 | | - |
182 | | -### <!-- 1 -->π Bug Fixes |
183 | | -- Fix xdist test output assertion by @art049 |
184 | | - |
185 | | - |
186 | | -## [2.1.0] - 2023-07-27 |
187 | | - |
188 | | -### <!-- 1 -->π Bug Fixes |
189 | | -- Fix relative git path when using working-directory by @art049 in [#15](https://github.com/CodSpeedHQ/pytest-codspeed/pull/15) |
190 | | -- Fix typo in release.yml (#14) by @art049 in [#14](https://github.com/CodSpeedHQ/pytest-codspeed/pull/14) |
191 | | - |
192 | | - |
193 | | -## [2.0.1] - 2023-07-22 |
194 | | - |
195 | | -### <!-- 0 -->π Features |
196 | | -- Release the package from the CI with trusted provider by @art049 |
197 | | -- Add a return type to the benchmark fixture by @art049 in [#13](https://github.com/CodSpeedHQ/pytest-codspeed/pull/13) |
198 | | -- Add support for returning values (#12) by @patrick91 in [#12](https://github.com/CodSpeedHQ/pytest-codspeed/pull/12) |
199 | | - |
200 | | -### <!-- 1 -->π Bug Fixes |
201 | | -- Fix setuptools installation with python3.12 by @art049 |
202 | | - |
203 | | - |
204 | | -## [2.0.0] - 2023-07-04 |
205 | | - |
206 | | -### <!-- 0 -->π Features |
207 | | -- Warmup performance map generation by @art049 |
208 | | -- Add some details about the callgraph generation status in the header by @art049 |
209 | | -- Test that perf maps are generated by @art049 |
210 | | -- Add a local test matrix with hatch by @art049 |
211 | | -- Test that benchmark selection with -k works by @art049 |
212 | | -- Add support for CPython3.12 and perf trampoline by @art049 |
213 | | -- Add introspection benchmarks by @art049 in [#9](https://github.com/CodSpeedHQ/pytest-codspeed/pull/9) |
214 | | - |
215 | | -### <!-- 1 -->π Bug Fixes |
216 | | -- Support benchmark.extra_info parameters on the fixture by @art049 in [#10](https://github.com/CodSpeedHQ/pytest-codspeed/pull/10) |
217 | | -- Filter out pytest-benchmark warnings in the tests by @art049 |
218 | | - |
219 | | -### <!-- 2 -->ποΈ Refactor |
220 | | -- Use the pytest_run_protocol hook for better exec control by @art049 |
221 | | - |
222 | | -### <!-- 7 -->βοΈ Internals |
223 | 139 | - Separate the benchmark workflow by @art049 in [#8](https://github.com/CodSpeedHQ/pytest-codspeed/pull/8) |
224 | 140 | - Bump version to 1.3.0 to trigger the callgraph generation by @art049 |
225 | 141 | - Reuse same test code in the tests by @art049 |
|
229 | 145 | - Restructure dev dependencies by @art049 |
230 | 146 | - Replace isort by ruff by @art049 in [#11](https://github.com/CodSpeedHQ/pytest-codspeed/pull/11) |
231 | 147 | - Add discord badge in the readme by @art049 |
232 | | - |
233 | | - |
234 | | -## [1.2.2] - 2022-12-02 |
235 | | - |
236 | | -### <!-- 0 -->π Features |
237 | | -- Add library metadata in the profile output by @art049 in [#5](https://github.com/CodSpeedHQ/pytest-codspeed/pull/5) |
238 | | - |
239 | | - |
240 | | -## [1.2.1] - 2022-11-28 |
241 | | - |
242 | | -### <!-- 1 -->π Bug Fixes |
243 | | -- Support kwargs with the benchmark fixture by @art049 in [#4](https://github.com/CodSpeedHQ/pytest-codspeed/pull/4) |
244 | | - |
245 | | - |
246 | | -## [1.2.0] - 2022-11-22 |
247 | | - |
248 | | -### <!-- 1 -->π Bug Fixes |
249 | | -- Avoid wrapping the callable to maintain existing results by @art049 |
250 | | -- Disable automatic garbage collection to increase stability by @art049 in [#2](https://github.com/CodSpeedHQ/pytest-codspeed/pull/2) |
251 | | -- Update readme by @art049 |
252 | | - |
253 | | -### <!-- 7 -->βοΈ Internals |
254 | 148 | - Update readme by @art049 |
255 | | - |
256 | | - |
257 | | -## [1.1.0] - 2022-11-10 |
258 | | - |
259 | | -### <!-- 0 -->π Features |
260 | | -- Allow running along with pytest-benchmarks by @art049 |
261 | | - |
262 | | -### <!-- 1 -->π Bug Fixes |
263 | | -- Fix the release script by @art049 |
264 | | -- Make the release script executable by @art049 |
265 | | -- Match the test output in any order by @art049 |
266 | | - |
267 | | -### <!-- 2 -->ποΈ Refactor |
268 | | -- Manage compatibility env in the conftest by @art049 |
269 | | - |
270 | | -### <!-- 7 -->βοΈ Internals |
271 | 149 | - Add a pytest-benchmark compatibility test by @art049 in [#1](https://github.com/CodSpeedHQ/pytest-codspeed/pull/1) |
272 | 150 | - Add more details on the pytest run by @art049 |
273 | 151 | - Continue running on matrix item error by @art049 |
274 | 152 | - Add a CI configuration with pytest-benchmark installed by @art049 |
275 | 153 |
|
276 | 154 |
|
277 | | -[3.2.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.2..v3.2.0 |
278 | | -[3.1.2]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.1..v3.1.2 |
279 | | -[3.1.1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0..v3.1.1 |
280 | | -[3.1.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0-beta..v3.1.0 |
281 | | -[3.1.0-beta]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0..v3.1.0-beta |
282 | | -[3.0.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b4..v3.0.0 |
283 | | -[3.0.0b4]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b3..v3.0.0b4 |
284 | | -[3.0.0b3]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b2..v3.0.0b3 |
285 | | -[3.0.0b2]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b1..v3.0.0b2 |
286 | | -[3.0.0b1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b0..v3.0.0b1 |
287 | | -[3.0.0b0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v2.2.1..v3.0.0b0 |
288 | | -[2.2.1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v2.2.0..v2.2.1 |
289 | | -[2.2.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v2.1.0..v2.2.0 |
290 | | -[2.1.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v2.0.1..v2.1.0 |
291 | | -[2.0.1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v2.0.0..v2.0.1 |
292 | | -[2.0.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v1.2.2..v2.0.0 |
293 | | -[1.2.2]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v1.2.1..v1.2.2 |
294 | | -[1.2.1]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v1.2.0..v1.2.1 |
295 | | -[1.2.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v1.1.0..v1.2.0 |
296 | | -[1.1.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v1.0.4..v1.1.0 |
297 | 155 |
|
298 | 156 | <!-- generated by git-cliff --> |
0 commit comments