You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@
5
5
6
6
7
7
8
+
## [3.2.0] - 2025-01-31
9
+
10
+
### <!-- 0 -->π Features
11
+
- Increase the min round time to a bigger value (+/- 1ms) by @art049
12
+
- Add benchmarks-walltime job to run additional performance benchmarks by @art049 in [#65](https://github.com/CodSpeedHQ/pytest-codspeed/pull/65)
13
+
- 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
+
8
26
## [3.1.2] - 2025-01-09
9
27
10
28
### <!-- 1 -->π Bug Fixes
@@ -256,6 +274,7 @@
256
274
- Add a CI configuration with pytest-benchmark installed by @art049
0 commit comments