It's much easier and more accurate to time your python scripts with `time python script.py`. Cool write up.
`time` is absolutely awful, with the minor exception of bsd’s time maybe.
If you’re going to benchmark scripts or executables, use hyperfine.
Very nice. Thanks for sharing.