summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-03-05 13:02:40 +0100
committerDavid Peter <mail@david-peter.de>2022-03-05 13:02:40 +0100
commit4593572d9d4cd916f987e0ded1723452f71e5a4d (patch)
treeae515dcb111521c94fe02628e86adcaab435dd5a
parent79f3957879552e1116b131fa871ba042b5e75f17 (diff)
Add whisker plot
-rw-r--r--README.md6
-rw-r--r--doc/whisker.pngbin0 -> 5217 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f00c489..7620869 100644
--- a/README.md
+++ b/README.md
@@ -148,10 +148,14 @@ You can use the `--export-markdown <file>` option to create tables like the foll
The JSON output is useful if you want to analyze the benchmark results in more detail. The
[`scripts/`](https://github.com/sharkdp/hyperfine/tree/master/scripts) folder includes a lot
of helpful Python programs to further analyze benchmark results and create helpful
-visualizations, like a histogram of runtimes:
+visualizations, like a histogram of runtimes or a whisker plot to comare
+multiple benchmarks:
![](doc/histogram.png)
+![](doc/whisker.png)
+
+
## Installation
[![Packaging status](https://repology.org/badge/vertical-allrepos/hyperfine.svg)](https://repology.org/project/hyperfine/versions)
diff --git a/doc/whisker.png b/doc/whisker.png
new file mode 100644
index 0000000..5a4f5c0
--- /dev/null
+++ b/doc/whisker.png
Binary files differ