Skip to content

Commit 2ab96f9

Browse files
Prepare for 1.14.0 release, bump pyperf to 2.10.0 (#455)
* Prepare for 1.15.0 release, bump pyperf to 2.10.0 * Apply suggestions from code review * Address review --------- Co-authored-by: Donghee Na <donghee.na92@gmail.com>
1 parent b702c75 commit 2ab96f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Changelog
33

44
Version 1.14.0
55
--------------
6+
* Bump ``pyperf`` to 2.10.0
67
* Add base64 module benchmark (b64, b32, b16, a85, b85)
8+
* Add FastAPI HTTP benchmark
9+
* Add YAML parsing benchmark
10+
* Respect rigorous setting in benchmark configuration files
711

812
Version 1.13.0 (2025-10-27)
913
--------------

pyperformance/requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ psutil==7.0.0
1010
# via
1111
# -r requirements.in
1212
# pyperf
13-
pyperf==2.9.0
13+
pyperf==2.10.0
1414
# via -r requirements.in

0 commit comments

Comments
 (0)