fixed parser test

master
Oliver Tonnhofer 2013-04-30 14:01:46 +02:00
parent 3d1c847a6d
commit 23793f706c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ func BenchmarkHello(b *testing.B) {
}
for pos := range pbf.BlockPositions() {
fmt.Println(pos.size, pos.offset)
fmt.Println(pos.Size, pos.Offset)
b.StartTimer()
for i := 0; i < b.N; i++ {
ReadPrimitiveBlock(pos)