mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-22 11:43:03 +03:00
Add documentation to plot_benchmark_results script
This commit is contained in:
parent
d74ea21d1a
commit
a4347a5a4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user