Files
uv/scripts/bench/README.md
T
2024-07-28 21:37:57 +00:00

15 lines
262 B
Markdown

# bench
Benchmarking scripts for uv and other package management tools.
## Getting Started
From the `bench` directory:
```shell
uv run __main__.py \
--uv-pip \
--poetry \
../scripts/requirements/trio.in --benchmark resolve-cold --min-runs 20
```