Skip to content

Bump Python version for benchmarks to 3.13 #10131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Bump Python version for benchmarks to 3.13 #10131

merged 1 commit into from
Dec 6, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Dec 6, 2024

Python 3.13.1 has been released. As its rare to see performance changes in Python versions after .0, and even more rare to see them after .1 its time to start benchmarking against 3.13.1

python/cpython#106555
python/cpython#106879
python/cpython#106528

Showing some modest gains from the above
Screenshot 2024-12-05 at 6 32 31 PM

Python 3.13.1 has been released. As its rare to see
performance changes in Python versions after .0, and
even more rare to see them after .1 its time to start
benchmarking against 3.13.1
@bdraco bdraco added bot:chronographer:skip This PR does not need to include a change note backport-3.11 Trigger automatic backporting to the 3.11 release branch by Patchback robot backport-3.12 Trigger automatic backporting to the 3.12 release branch by Patchback robot labels Dec 6, 2024
Copy link

codspeed-hq bot commented Dec 6, 2024

CodSpeed Performance Report

Merging #10131 will not alter performance

Comparing benchmarks_py313 (15dd062) with master (210c381)

Summary

✅ 47 untouched benchmarks

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.74%. Comparing base (210c381) to head (15dd062).
Report is 306 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10131   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         122      122           
  Lines       36956    36956           
  Branches     4411     4411           
=======================================
  Hits        36494    36494           
  Misses        315      315           
  Partials      147      147           
Flag Coverage Δ
CI-GHA 98.63% <ø> (ø)
OS-Linux 98.32% <ø> (ø)
OS-Windows 96.17% <ø> (ø)
OS-macOS 97.43% <ø> (ø)
Py-3.10.11 97.27% <ø> (-0.01%) ⬇️
Py-3.10.15 97.81% <ø> (-0.06%) ⬇️
Py-3.11.10 97.85% <ø> (ø)
Py-3.11.9 97.32% <ø> (+0.01%) ⬆️
Py-3.12.7 98.37% <ø> (-0.01%) ⬇️
Py-3.13.0 97.18% <ø> (-0.01%) ⬇️
Py-3.13.1 98.34% <ø> (-0.01%) ⬇️
Py-3.9.13 97.19% <ø> (-0.01%) ⬇️
Py-3.9.20 97.77% <ø> (ø)
Py-pypy7.3.16 97.34% <ø> (-0.01%) ⬇️
VM-macos 97.43% <ø> (ø)
VM-ubuntu 98.32% <ø> (ø)
VM-windows 96.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco
Copy link
Member Author

bdraco commented Dec 6, 2024

python/cpython#106555
python/cpython#106879
python/cpython#106528

Showing some modest gains from the above
Screenshot 2024-12-05 at 6 32 31 PM

@bdraco bdraco marked this pull request as ready for review December 6, 2024 00:33
@bdraco bdraco requested a review from webknjaz as a code owner December 6, 2024 00:33
@bdraco bdraco merged commit 7f92beb into master Dec 6, 2024
43 checks passed
@bdraco bdraco deleted the benchmarks_py313 branch December 6, 2024 00:37
Copy link
Contributor

patchback bot commented Dec 6, 2024

Backport to 3.11: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.11/7f92bebb29d679fd00cae79dff642b18d9b98cda/pr-10131

Backported as #10132

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

Copy link
Contributor

patchback bot commented Dec 6, 2024

Backport to 3.12: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.12/7f92bebb29d679fd00cae79dff642b18d9b98cda/pr-10131

Backported as #10133

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

Copy link
Contributor

patchback bot commented Dec 6, 2024

Backport to 3.10: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.10/7f92bebb29d679fd00cae79dff642b18d9b98cda/pr-10131

Backported as #10134

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-3.11 Trigger automatic backporting to the 3.11 release branch by Patchback robot backport-3.12 Trigger automatic backporting to the 3.12 release branch by Patchback robot bot:chronographer:skip This PR does not need to include a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant