8000 Benchmark importing all standard library modules by hauntsaninja · Pull Request #338 · python/pyperformance · GitHub
[go: up one dir, main page]

Skip to content

Benchmark importing all standard library modules #338

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
.
  • Loading branch information
hauntsaninja committed May 20, 2024
commit 7ed61dc780fcda1a0a5a13e7e0d09299a1d28bf1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyperformance_stdlib_startup"
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = []
urls = {repository = "https://github.com/python/pyperformance"}
dynamic = ["version"]
Expand Down
0