Add documentation to plot_benchmark_results script

This commit is contained in:
sharkdp 2019-06-02 12:42:57 +02:00
parent d74ea21d1a
commit a4347a5a4a

View File

@ -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