func TestParseProfiles(t *testing.T) { … } func stringifyProfileArray(profiles []*Profile) string { … } func BenchmarkParseLine(b *testing.B) { … }
func TestParseProfiles(t *testing.T) { … } func stringifyProfileArray(profiles []*Profile) string { … } func BenchmarkParseLine(b *testing.B) { … }