mirror of https://github.com/golang/go.git
pr-fxes:
This commit is contained in:
parent
2a331957c3
commit
fcd73ab871
|
|
@ -535,7 +535,6 @@ func BenchmarkCompareAndDeleteMostlyMisses(b *testing.B) {
|
|||
}
|
||||
|
||||
func BenchmarkClear(b *testing.B) {
|
||||
|
||||
benchMap(b, bench{
|
||||
perG: func(b *testing.B, pb *testing.PB, i int, m mapInterface) {
|
||||
for ; pb.Next(); i++ {
|
||||
|
|
|
|||
Loading…
Reference in New Issue