Add benchmarks for the decimal module by mdboom · Pull Request #341 · python/pyperformance
Navigation Menu
{{ message }}
python / pyperformance Public
- Notifications You must be signed in to change notification settings
- Fork 202
Merged
Add benchmarks for the decimal module#341
mdboom merged 1 commit intopython:mainfrom
Add benchmarks for the decimal module#341
mdboom merged 1 commit intopython:mainfrom
Conversation
Copy link Copy Markdown
Contributor
mdboom
commented
Jun 14, 2024
mdboom
commented
These currently exist in the CPython source, but it would be good to have them here for continuous benchmarking.
These currently exist in the [CPython source](https://github.com/python/cpython/blob/main/Modules/_decimal/tests/bench.py), but it would be good to have them here for continuous benchmarking.
mdboom
requested a review
from ericsnowcurrently
ericsnowcurrently approved these changes Jun 18, 2024
Copy link Copy Markdown
Member
ericsnowcurrently
left a comment
ericsnowcurrently
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Were you planning on adding the new benchmarks to the suite (i.e. pyperformance/data-files/benchmarks/MANIFEST)? At least you could add them there and leave them commented out. Is there any reason leave them out though?
mdboom
merged commit
9d19768
into
python:main
skirpichev added a commit to skirpichev/pyperformance that referenced this pull request
Jan 19, 2026They were not added here in python#341 for no reasons.
skirpichev
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment