mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
Taking some of Zanie's suggestions to make the custom-path API simpler
in the benchmark script. Each tool is now a dedicated argument, like:
```
python -m scripts.bench --pip-sync --poetry requirements.in
```
To provide custom binaries:
```
python -m scripts.bench \
--puffin-path ./target/release/puffin \
--puffin-path ./target/release/baseline \
requirements.in
```
|
||
|---|---|---|
| .. | ||
| bench | ||
| benchmarks | ||
| compare_with_pip | ||
| editable-installs | ||
| popular_packages | ||
| requirements | ||
| scenarios | ||