uv/scripts/benchmark
Charlie Marsh a5866f44c4
Add a no-op resolution benchmark (#5558)
2024-07-29 10:37:12 -04:00
..
src/benchmark Add a no-op resolution benchmark (#5558) 2024-07-29 10:37:12 -04:00
.python-version Move `bench` directory to `benchmark` (#5529) 2024-07-28 22:03:52 +00:00
README.md Enable benchmarking of `uv tool` and `pipx` (#5531) 2024-07-28 23:27:14 +00:00
pyproject.toml Enable benchmarking of `uv tool` and `pipx` (#5531) 2024-07-28 23:27:14 +00:00
uv.lock Enable benchmarking of `uv tool` and `pipx` (#5531) 2024-07-28 23:27:14 +00:00

README.md

benchmark

Benchmarking scripts for uv and other package management tools.

Getting Started

From the scripts/benchmark directory:

uv run resolver \
    --uv-pip \
    --poetry \
    --benchmark \
    resolve-cold \
    ../requirements/trio.in