7 ms·
> Is it possible that your program was waiting for input that never came? We do close stdin to prevent this. So you can benchmark `cat`, for example, and it wo
by sharkdp 2y ago
> Is it possible that your program was waiting for input that never came?
We do close stdin to prevent this. So you can benchmark `cat`, for example, and it works just fine.
- fwip 2y agoOh, my bad! Thank you for the correction, and for all your work making hyperfine.