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

Function BenchmarkMap_Iterate

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

Source from the content-addressed store, hash-verified

519 }
520}
521func BenchmarkMap_Iterate(b *testing.B) {
522 benchmarkMap_Iterate(1)(b)
523}
524
525func benchmarkOrderedMap_Iterate(multiplier int) func(b *testing.B) {
526 m := orderedmap.NewOrderedMap[int, bool]()

Callers

nothing calls this directly

Calls 1

benchmarkMap_IterateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…