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

Function BenchmarkOrderedMapString_Iterate

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

Source from the content-addressed store, hash-verified

749}
750
751func BenchmarkOrderedMapString_Iterate(b *testing.B) {
752 benchmarkOrderedMapString_Iterate(1)(b)
753}
754
755func benchmarkMapString_Has(multiplier int) func(b *testing.B) {
756 m := make(map[string]bool)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…