Files
uv/scripts/benchmark/README.md
T

17 lines
265 B
Markdown
Raw Normal View History

2024-07-28 18:03:52 -04:00
# benchmark
Benchmarking scripts for uv and other package management tools.
## Getting Started
From the `scripts/benchmark` directory:
```shell
uv run resolver \
2024-07-28 18:03:52 -04:00
--uv-pip \
--poetry \
--benchmark \
resolve-cold \
../requirements/trio.in
```