index
:
vim-sonictemplate.git
gh-pages
master
perl_suppoert-utf8-pipe
placeholder
forked from https://github.com/mattn/vim-sonictemplate
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
++
{
}
}