mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-25 01:15:14 -04:00
lib/weakhash: Fix speed reporting in benchmark (#6470)
This commit is contained in:
@@ -93,7 +93,7 @@ func BenchmarkBlock(b *testing.B) {
|
||||
test.hash.Reset()
|
||||
}
|
||||
|
||||
bbb.SetBytes(int64(len(buf)))
|
||||
bbb.SetBytes(testSize)
|
||||
bbb.ReportAllocs()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user