MCPcopy Create free account
hub / github.com/elliotchance/orderedmap / BenchmarkBigOrderedMapString_Iterate

Function BenchmarkBigOrderedMapString_Iterate

orderedmap_test.go:1128–1130  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1126}
1127
1128func BenchmarkBigOrderedMapString_Iterate(b *testing.B) {
1129 benchmarkBigOrderedMapString_Iterate()(b)
1130}
1131
1132func benchmarkBigMapString_Has() func(b *testing.B) {
1133 m := make(map[string]bool)

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…