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

Function BenchmarkMapString_Iterate

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

Source from the content-addressed store, hash-verified

728 }
729}
730func BenchmarkMapString_Iterate(b *testing.B) {
731 benchmarkMapString_Iterate(1)(b)
732}
733
734func benchmarkOrderedMapString_Iterate(multiplier int) func(b *testing.B) {
735 m := orderedmap.NewOrderedMap()

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…