You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-12 22:47:42 +02:00
support WhatIsNext
This commit is contained in:
@ -123,7 +123,7 @@ func Benchmark_jsoniter_array(b *testing.B) {
|
||||
iter := ParseBytes(input)
|
||||
b.ResetTimer()
|
||||
for n := 0; n < b.N; n++ {
|
||||
iter.Reuse(input)
|
||||
iter.ResetBytes(input)
|
||||
for iter.ReadArray() {
|
||||
iter.ReadUint64()
|
||||
}
|
||||
|
Reference in New Issue
Block a user