From 0ad80759c0d7f6c3bf48280bb628d3f7f1ec3db5 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 5 Mar 2022 13:11:50 +0100 Subject: [PATCH] Add execution order to README closes #247 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4e52d48..28b1939 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,14 @@ multiple benchmarks: |---:|---:| +### Detailed benchmark flowchart + +The following chart explains the execution order of various timing runs when using options +like `--warmup`, `--prepare `, `--setup ` or `--cleanup `. Note that +only the black command executions are actually timed. + +![](doc/execution-order.png) + ## Installation [![Packaging status](https://repology.org/badge/vertical-allrepos/hyperfine.svg)](https://repology.org/project/hyperfine/versions)