sharkdp/hyperfine

Always in this "Initial time measurement" state

Lzzzs opened this issue · 6 comments

I executed “npx craco start --mode development” , it stays in this "Initial time measurement" state.

Snipaste_2023-11-01_20-00-01

Maybe the program is waiting for input? Can you run it with --show-output?

Maybe the program is waiting for input? Can you run it with --show-output?

Is it because I'm starting a webpack service and it's waiting for my input? How can I solve this situation

Execute this command “yarn start:bench"
image

what happens if you simply run npx craco start --mode development on the terminal? What happens if you run hyperfine --show-output "npx craco start --mode development"?

run npx craco start --mode development or hyperfine --show-output "npx craco start --mode development have the same result. They will both start webpack serve

If this runs indefinitely, then what do you want to benchmark?

I want to benchmark based on webpack startup time.