mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-03-02 21:15:37 +08:00
优化代码
This commit is contained in:
@@ -18,7 +18,7 @@ func TestHash(t *testing.T) {
|
||||
func BenchmarkHashString(b *testing.B) {
|
||||
b.RunParallel(func(pb *testing.PB) {
|
||||
for pb.Next() {
|
||||
fnv.HashString("abcdefh")
|
||||
_ = fnv.HashString("abcdefh")
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user