Commit Graph

5 Commits

Author SHA1 Message Date
David Peter
bcd3705ce0 Add number of runs to advanced_statistics.py 2022-03-05 11:53:59 +01:00
muxator
5a80a23bdc scripts: modify shebang to use "/usr/bin/env python"
Before this patch, executing directly one of these scripts, for example
`./plot_hystogram.py` in a unix-like environment meant that the default
system-level python would be used, regardless of an eventual activated
virtualenv.

This was due to the "#!/usr/bin/python" shebang.
Changing it to "/usr/bin/env python" is a fairly standard practice, keeps intact
the compatiblity with the system level python, and allows a user to run in a
virtualenv if he wants.
2020-10-13 12:49:36 +02:00
sharkdp
8fff8643e0 Auto-format Python scripts 2020-04-01 09:35:09 +02:00
David Peter
0474fcc19d Show min/max in advanced_statistics
Branch: master
2020-01-23 13:04:42 +01:00
sharkdp
2f51d22e4d Add a simple script to show advanced statistics 2018-12-12 20:27:14 +01:00