diff --git a/doc/changelog.rst b/doc/changelog.rst index f15bbdc9..8735b3bb 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,7 +3,11 @@ Changelog Version 1.14.0 -------------- +* Bump ``pyperf`` to 2.10.0 * Add base64 module benchmark (b64, b32, b16, a85, b85) +* Add FastAPI HTTP benchmark +* Add YAML parsing benchmark +* Respect rigorous setting in benchmark configuration files Version 1.13.0 (2025-10-27) -------------- diff --git a/pyperformance/requirements/requirements.txt b/pyperformance/requirements/requirements.txt index fc4cb8d5..825c212c 100644 --- a/pyperformance/requirements/requirements.txt +++ b/pyperformance/requirements/requirements.txt @@ -10,5 +10,5 @@ psutil==7.0.0 # via # -r requirements.in # pyperf -pyperf==2.9.0 +pyperf==2.10.0 # via -r requirements.in