Golang 簡易パフォーマンス測定

概要簡易的なパフォーマンス測定覚書です。よく使うので備忘録的に保存。 12345678910111213141516171819202122232425262728293031323334package mainimport ( "fmt" "runtime" "time")func main() { // CPU数 cpus