-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Description
What steps will reproduce the problem? 1. Put http://play.golang.org/p/-5mfEhIhC0 (a subset of the math/cmplx benchmarks) in its own package. 2. Run 'go test -bench=Conj .' 3. Comment out BenchmarkCosh. 4. Run 'go test -bench=Conj .' What is the expected output? What do you see instead? Adding/removing an unrelated benchmark should not impact benchmark results. With all three benchmarks: BenchmarkConj 2000000000 1.08 ns/op With only two benchmarks: BenchmarkConj 2000000000 0.81 ns/op These measurements are very consistent. Please use labels and text to provide additional information. The exact reproduction instructions depend on the version. The instructions above are for: go version devel +acf346c00e56 Fri Apr 25 06:44:51 2014 -0700 darwin/amd64
Reactions are currently unavailable