Uh oh!
There was an error while loading. Please reload this page.
Add a YAML-parsing benchmark - #342
Merged
Merged
Conversation
ericsnowcurrently
approved these changes
Jun 21, 2024
ericsnowcurrently
left a comment
Member
There was a problem hiding this comment.
LGTM
I've left a couple of very minor comments that I'll leave to you to resolve/ignore before merging.
Uh oh!
There was an error while loading. Please reload this page.
Comment on lines
+8
to
+9
| This explicitly tests the pure Python implementation in pyyaml, not its C | ||
| extension. |
There was a problem hiding this comment.
This is a helpful comment. It may be worth moving it next to the line where we take this action. I'm guessing that's the Loader=yaml.Loader bit on line 70.
Comment on lines
+23
to
+61
| DICT = { | ||
| 'ads_flags': 0, | ||
| 'age': 18, | ||
| 'bulletin_count': 0, | ||
| 'comment_count': 0, | ||
| 'country': 'BR', | ||
| 'encrypted_id': 'G9urXXAJwjE', | ||
| 'favorite_count': 9, | ||
| 'first_name': '', | ||
| 'flags': 412317970704, | ||
| 'friend_count': 0, | ||
| 'gender': 'm', | ||
| 'gender_for_display': 'Male', | ||
| 'id': 302935349, | ||
| 'is_custom_profile_icon': 0, | ||
| 'last_name': '', | ||
| 'locale_preference': 'pt_BR', | ||
| 'member': 0, | ||
| 'tags': ['a', 'b', 'c', 'd', 'e', 'f', 'g'], | ||
| 'profile_foo_id': 827119638, | ||
| 'secure_encrypted_id': 'Z_xxx2dYx3t4YAdnmfgyKw', | ||
| 'session_number': 2, | ||
| 'signup_id': '201-19225-223', | ||
| 'status': 'A', | ||
| 'theme': 1, | ||
| 'time_created': 1225237014, | ||
| 'time_updated': 1233134493, | ||
| 'unread_message_count': 0, | ||
| 'user_group': '0', | ||
| 'username': 'collinwinter', | ||
| 'play_count': 9, | ||
| 'view_count': 7, | ||
| 'zip': ''} | ||
| TUPLE = ( | ||
| [265867233, 265868503, 265252341, 265243910, 265879514, | ||
| 266219766, 266021701, 265843726, 265592821, 265246784, | ||
| 265853180, 45526486, 265463699, 265848143, 265863062, | ||
| 265392591, 265877490, 265823665, 265828884, 265753032], 60) |
There was a problem hiding this comment.
It may be worth it to also/instead use some real-world data, like we do for bm_tomli_loads?
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
hugovk
commented
Dec 17, 2025
Member
Let's merge this. @mdboom Make the suggested changes if you like, otherwise let's just merge. |
Uh oh!
There was an error while loading. Please reload this page.
maurycy added a commit
to maurycy/pyperformance
that referenced
this pull request
Jan 2, 2026
* main: Bump mypy from 1.19 to 1.19.1 (python#448) Add a YAML-parsing benchmark (python#342) Add FastAPI HTTP request benchmark (python#440) Add option for rigorous in benchmark.conf.sample (python#446) Do not `venv.ensure_reqs` twice (python#432) Bump mypy from 1.18.2 to 1.19.0 (python#442) Bump actions/checkout from 5 to 6 in the actions group (python#441) Add example scripts to run pyperformance on a generic host (python#436) Prepare for 1.13.0 release (python#435) Reenable xdsl (python#433) Bump actions/setup-python from 5 to 6 (python#429) Group Dependabot updates for GitHub Actions into single PR (python#431) Bump actions/checkout from 4 to 5 (python#430)
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.