From a4347a5a4a40a11bc435e72a9108155e8893a4a5 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 2 Jun 2019 12:42:57 +0200 Subject: [PATCH] Add documentation to plot_benchmark_results script --- scripts/plot_benchmark_results.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/plot_benchmark_results.py b/scripts/plot_benchmark_results.py index 395860e..26a2c21 100755 --- a/scripts/plot_benchmark_results.py +++ b/scripts/plot_benchmark_results.py @@ -1,4 +1,12 @@ #!/usr/bin/python +# +# This script `hyperfine` benchmark results as a box and whisker plot. +# +# Quoting from the matplotlib documentation: +# The box extends from the lower to upper quartile values of the data, with +# a line at the median. The whiskers extend from the box to show the range +# of the data. Flier points are those past the end of the whiskers. +# import argparse import json