From f14b1f0c957e95be7e4c5eb683fbf43f69d08111 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sat, 7 Oct 2023 10:32:25 -0400 Subject: [PATCH] Update benchmark command in README (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d920551b..fc56ad4a3 100644 --- a/README.md +++ b/README.md @@ -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`: