Go語言的基準測試簡單示例

測試了三個從數字轉換爲字符的性能, 高手的感覺。。。。 package listing28_test import ( "fmt" "testing" "strconv" ) func BenchmarkSprintf(b *testing.B) { number := 10 b.ResetTimer() for i := 0; i < b.N; i++ { fmt.S
相關文章
相關標籤/搜索