aboutsummaryrefslogtreecommitdiff
path: root/template/go/snip-benchmark-case.go
blob: da08f294f7a9640b11f4f5daaa43aa22ddf7da21 (plain)
1
2
3
4
5
func Benchmark{{_cursor_}}(b *testing.B) {
	b.ResetTimer()
	for i := 0; i < b.N; i++ {
	}
}