From 640901146f8e9c0a01f96fadc572a5ce91178ac9 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Mon, 24 Jan 2022 18:11:53 +0300 Subject: [PATCH] docs: document the --fresh option --- extras/profiling/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extras/profiling/README.md b/extras/profiling/README.md index 4e3c8588..df6ed1ea 100644 --- a/extras/profiling/README.md +++ b/extras/profiling/README.md @@ -28,3 +28,7 @@ and print it as a markdown table: | `http --offline pie.dev/get` (startup) | 200 ms | 174 ms: 1.15x faster | | Geometric mean | (ref) | 1.10x faster | +If your `master` branch is not up-to-date, you can get +a fresh clone by passing `--fresh` option. This way, +the benchmark runner will clone the `httpie/httpie` repo +from `GitHub` and use it as the baseline.