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

Function BenchmarkOrderedMapString_Iterate

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

Source from the content-addressed store, hash-verified

761}
762
763func BenchmarkOrderedMapString_Iterate(b *testing.B) {
764 benchmarkOrderedMapString_Iterate(1)(b)
765}
766
767func benchmarkMapString_Has(multiplier int) func(b *testing.B) {
768 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…