Skip to content

Commit 3cedcc3

Browse files
marxinsharkdp
authored andcommitted
Address comments
1 parent ee4e4d0 commit 3cedcc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/plot_benchmarks.py scripts/plot_benchmark_comparison.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
# ]
99
# ///
1010

11-
# This program shows `hyperfine` benchmark results as a bar plot grouped by command.
11+
"""
12+
This script shows `hyperfine` benchmark results as a bar plot grouped by command.
13+
Note all the input files must contain results for all commands.
14+
"""
1215

1316
import argparse
1417
import json

0 commit comments

Comments
 (0)