Skip to content
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

Add argparse benchmarks for subparsers and many optionals #367

Merged
merged 15 commits into from
Nov 15, 2024

Conversation

savannahostrowski
Copy link
Member

This PR adds two benchmarks for argparse. The first is for an argparse program with multiple subparsers, each with their own subcommands. The second is for an argparse program with many optional arguments.

@savannahostrowski savannahostrowski changed the title Add argparse benchmarks for subparsers and many options Add argparse benchmarks for subparsers and many optionals Nov 3, 2024
Copy link
Contributor

@mdboom mdboom 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!

@mdboom mdboom merged commit f113ee3 into python:main Nov 15, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants