top | item 35368668 (no title) Heston | 2 years ago It's much easier and more accurate to time your python scripts with `time python script.py`. Cool write up. discuss order hn newest masklinn|2 years ago `time` is absolutely awful, with the minor exception of bsd’s time maybe.If you’re going to benchmark scripts or executables, use hyperfine. akasakahakada|2 years ago Very nice. Thanks for sharing.https://github.com/sharkdp/hyperfine
masklinn|2 years ago `time` is absolutely awful, with the minor exception of bsd’s time maybe.If you’re going to benchmark scripts or executables, use hyperfine. akasakahakada|2 years ago Very nice. Thanks for sharing.https://github.com/sharkdp/hyperfine
masklinn|2 years ago
If you’re going to benchmark scripts or executables, use hyperfine.
akasakahakada|2 years ago
https://github.com/sharkdp/hyperfine