Add tomli_loads benchmark by kumaraditya303 · Pull Request #200 · python/pyperformance

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

kumaraditya303 merged 12 commits intopython:mainfrom

kumaraditya303:tomllib

Apr 7, 2023

Merged

Add tomli_loads benchmark#200

kumaraditya303 merged 12 commits intopython:mainfrom

kumaraditya303:tomllib

Conversation

@kumaraditya303

Copy link Copy Markdown

Contributor

No description provided.

@kumaraditya303

Copy link Copy Markdown

Contributor Author

It seems like requires-python = ">=3.11" has no effect and seems broken.

@kumaraditya303 kumaraditya303 marked this pull request as ready for review

May 14, 2022 08:14
Copy link Copy Markdown

Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this! It mostly LGTM. There's only one thing I'd like added.

Copy link Copy Markdown

Member

@ericsnowcurrently 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

Thanks for working on this.

…data.py

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>

@ericsnowcurrently

Copy link Copy Markdown

Member

We can merge this once the tests are passing. Do you know what the problem is?

@kumaraditya303

Copy link Copy Markdown

Contributor Author

kumaraditya303 commented

Jun 10, 2022

edited

Loading

See #200 (comment)

The issue is that requires-python metadata has no effect.

@ericsnowcurrently

Copy link Copy Markdown

Member

Ah, right. I'll take a look at that real quick and then merge it.

@mdboom

Copy link Copy Markdown

Contributor

mdboom commented

Jun 17, 2022

Maybe we should have this install toml from PyPI instead of only using the stdlib one? That would give us more Python version coverage.

@hauntsaninja

Copy link Copy Markdown

Contributor

(tomllib is based on pypi's tomli, not toml)

@kumaraditya303 kumaraditya303 changed the title Add tomllib.loads benchmark Add tomli_loads benchmark

Apr 7, 2023

@kumaraditya303 kumaraditya303 merged commit 9c58774 into python:main

Apr 7, 2023

@kumaraditya303 kumaraditya303 deleted the tomllib branch

April 7, 2023 07:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@ericsnowcurrently ericsnowcurrently ericsnowcurrently approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@kumaraditya303 @ericsnowcurrently @mdboom @hauntsaninja