Descriptionruntime, time: accelerate tests in short mode.
before after
go test -short time 4.144s 1.215s
go test -short runtime 1.315s 0.351s
go test -short -cpu=1,2,4 runtime 4.376s 1.266s
Partially solves issue 3015.
Patch Set 1 #Patch Set 2 : diff -r b330eb5c9e6c https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b330eb5c9e6c https://go.googlecode.com/hg/ #Patch Set 4 : diff -r b330eb5c9e6c https://go.googlecode.com/hg/ #
MessagesTotal messages: 6
|