Update benchmark command in README (#40)

This commit is contained in:
Charlie Marsh 2023-10-07 10:32:25 -04:00 committed by GitHub
parent 162952bf64
commit f14b1f0c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`: