var src … func readFile(filename string) []byte { … } func BenchmarkParse(b *testing.B) { … } func BenchmarkParseOnly(b *testing.B) { … } func BenchmarkResolve(b *testing.B) { … }
var src … func readFile(filename string) []byte { … } func BenchmarkParse(b *testing.B) { … } func BenchmarkParseOnly(b *testing.B) { … } func BenchmarkResolve(b *testing.B) { … }