-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAge
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
1.10
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
Not applicable
What did you do?
Call testing.Benchmark when using b.ReportAllocs() in the benchmark function.
What did you expect to see?
New 1000000 1232 ns/op 0 B/op 0 allocs/op
A.New 1000000 1169 ns/op 0 B/op 0 allocs/op
What did you see instead?
New 1000000 1171 ns/op
A.New 1000000 1115 ns/op
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAge