/proc/cpuinfo:
model name : Intel(R) Xeon(R) CPU E5-2609 v3 @ 1.90GHz
What did you do?
I've compared performance of 1.9 vs trunk on builtin benchmarks with -cpu=1 and found that some of them have regressed. Changes in performance were bisected to 28e1a8e47aa089e781aa15bdd16e15265a5180bd which caused:
This is reproducible only with go test -cpu=1 -bench=......
I doubt that -cpu=1 case is important, but CL message didn't mention performance impact, so I'm opening this.
What version of Go are you using (go version)?
What operating system and processor architecture are you using (go env)?
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU E5-2609 v3 @ 1.90GHz
What did you do?
I've compared performance of 1.9 vs trunk on builtin benchmarks with -cpu=1 and found that some of them have regressed. Changes in performance were bisected to 28e1a8e47aa089e781aa15bdd16e15265a5180bd which caused:
cmd/compile/internal/ssa/Fuse/10000 33.2ms ± 2% 38.1ms ± 2% +14.62% text/template/parse/ParseLarge 43.2ms ± 1% 49.1ms ± 2% +13.60% (p=0.000 n=8+8)
This is reproducible only with go test -cpu=1 -bench=...... I doubt that -cpu=1 case is important, but CL message didn't mention performance impact, so I'm opening this.