mirror of https://github.com/astral-sh/uv
Update benchmark command in README (#40)
This commit is contained in:
parent
162952bf64
commit
f14b1f0c95
|
|
@ -43,7 +43,7 @@ To compare a warm run of `puffin` to `pip`:
|
||||||
```shell
|
```shell
|
||||||
hyperfine --runs 10 --warmup 3 \
|
hyperfine --runs 10 --warmup 3 \
|
||||||
"./target/release/puffin-cli sync requirements.txt" \
|
"./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`:
|
To compare a cold run of `puffin` to `pip`:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue