Say you have a package with a test suite that completes in 30 seconds on
average. You run:

go test -cpuprofile cpu.pprof -timeout 10s
>

Then whether you abort tests by hitting CTRL+C or they end with a panic due 
to
a low timeout value, in both cases, *cpu.pprof* will be empty.
Is this intended behaviour or a bug?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to