Descriptionruntime/proc_test: Fix spoiling of GOMAXPROCS.
Fix the fact that the test leaves GOMAXPROCS=3
after itlsef and a running goroutine.
I've added a benchmark to the file (not yet submitted)
and it always runs with GOMAXPROCS=3 now.
Patch Set 1 #Patch Set 2 : diff -r b0c691bce96b https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b0c691bce96b https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|