Improved code style
This commit is contained in:
@ -19,7 +19,7 @@ func bench(n int) func(b *testing.B) {
|
||||
return func(b *testing.B) {
|
||||
input := bytes.Repeat(line, n)
|
||||
|
||||
for i := 0; i < b.N; i++ {
|
||||
for range b.N {
|
||||
token.Tokenize(input)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user