Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sharkdp
on Nov 19, 2024
|
parent
|
context
|
favorite
| on:
Hyperfine: A command-line benchmarking tool
> 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
on Nov 19, 2024
[–]
Oh, my bad! Thank you for the correction, and for all your work making hyperfine.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
We do close stdin to prevent this. So you can benchmark `cat`, for example, and it works just fine.