@ -18,7 +18,7 @@ type job struct {
}
func main() {
runtime.GOMAXPROCS(100)
runtime.GOMAXPROCS(101)
s1 := mrand.NewSource(time.Now().UnixMicro())
r1 := mrand.New(s1)
start := time.Now()