testing: Wrong number of allocations #54041
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Same numbers of the allocations
What did you see instead?
$ go run . Total allocations: 0
$ go test -bench=BenchmarkToBytes -count=1 goos: linux goarch: amd64 cpu: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz BenchmarkToBytes-4 1000000000 0.6898 ns/op
The text was updated successfully, but these errors were encountered: