package main import ( "os" "runtime" "runtime/debug" ) const numToRun = 10000 func main() { runtime.GOMAXPROCS(1) debug.SetGCPercent(10) for k:=0;k