16 lines
430 B
TOML
16 lines
430 B
TOML
[project]
|
|
name = "py-gil-nogil-bench"
|
|
version = "0.1.1"
|
|
description = "Python GIL vs NoGIL 多线程性能基准测试工具"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = []
|
|
|
|
[tool.uv]
|
|
python-install-mirror = "https://gh-proxy.com/https://github.com/astral-sh/python-build-standalone/releases/download/"
|
|
|
|
[[tool.uv.index]]
|
|
name = "tuna"
|
|
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
|
default = true
|