Always in this "Initial time measurement" state
Lzzzs opened this issue · 6 comments
Lzzzs commented
sharkdp commented
Maybe the program is waiting for input? Can you run it with --show-output?
Lzzzs commented
sharkdp commented
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"?
Lzzzs commented
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
sharkdp commented
If this runs indefinitely, then what do you want to benchmark?
Lzzzs commented
I want to benchmark based on webpack startup time.

