uv/scripts
Charlie Marsh 0817a0d0d4
Use a dedicated flag for each tool in bench script (#818)
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
```
2024-01-06 19:45:00 +00:00
..
bench Use a dedicated flag for each tool in bench script (#818) 2024-01-06 19:45:00 +00:00
benchmarks Move dev requirements up a directory (#512) 2023-11-29 10:11:31 +00:00
compare_with_pip Fix compare_with_pip.py debug profile (#503) 2023-11-27 10:48:05 +00:00
editable-installs Add Poetry support to bench.py (#803) 2024-01-06 02:52:55 +00:00
popular_packages Finish install-many with pypi 10k most dependents (#732) 2023-12-27 09:42:51 -05:00
requirements Add boto3 requirements file (#778) 2024-01-04 11:29:45 -05:00
scenarios Add scenarios with unresolvable dependencies due to excluded versions (#801) 2024-01-05 16:21:47 -06:00