mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-19 11:15:01 +00:00
16 lines
265 B
Markdown
16 lines
265 B
Markdown
# benchmark
|
|
|
|
Benchmarking scripts for uv and other package management tools.
|
|
|
|
## Getting Started
|
|
|
|
From the `scripts/benchmark` directory:
|
|
|
|
```shell
|
|
uv run resolver \
|
|
--uv-pip \
|
|
--poetry \
|
|
--benchmark \
|
|
resolve-cold \
|
|
../requirements/trio.in
|
|
```
|