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

Function BenchmarkMapString_Iterate

v3/orderedmap_test.go:742–744  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

740}
741
742func BenchmarkMapString_Iterate(b *testing.B) {
743 benchmarkMapString_Iterate(1)(b)
744}
745
746func benchmarkOrderedMapString_Iterate(multiplier int) func(b *testing.B) {
747 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…