runtime: with -test.blockprofile program run even faster. #57319
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
run benchmark test of src/runtime/chan_test.go.
one with blockprofile, another not.
What did you expect to see?
with blockprofile, the program should run slower!
What did you see instead?
with blockprofile, the program run faster !
helpful information
here is the cpu profile diff:

The text was updated successfully, but these errors were encountered: