mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Update benchmark command in README (#40)
This commit is contained in:
parent
162952bf64
commit
f14b1f0c95
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ To compare a warm run of `puffin` to `pip`:
|
|||
```shell
|
||||
hyperfine --runs 10 --warmup 3 \
|
||||
"./target/release/puffin-cli sync requirements.txt" \
|
||||
"pip install -r requirements.txt"
|
||||
"pip install -r requirements.txt --ignore-installed --no-deps"
|
||||
```
|
||||
|
||||
To compare a cold run of `puffin` to `pip`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue