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

Function BenchmarkMapString_Iterate

v2/orderedmap_test.go:723–725  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

721 }
722}
723func BenchmarkMapString_Iterate(b *testing.B) {
724 benchmarkMapString_Iterate(1)(b)
725}
726
727func benchmarkOrderedMapString_Iterate(multiplier int) func(b *testing.B) {
728 m := orderedmap.NewOrderedMap[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…