-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Milestone
Description
by darkgray:
What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. Compile and run http://play.golang.org/p/VvQYR97vym 2. Observe CPU usage 3. Look puzzled What is the expected output? 100% utilization on all cores. What do you see instead? Bouncing usage averaging around 50-60%. Which compiler are you using (5g, 6g, 8g, gccgo)? 6g Which operating system are you using? Windows 7, 64-bit Which version are you using? (run 'go version') 1.1 windows/amd64 Please provide any additional information below. This is a comparison screenshot of running the above code with 1.0.3 and 1.1 -- http://i.imgur.com/xdhBvM6.png