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

Function BenchmarkMapString_Has

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

Source from the content-addressed store, hash-verified

767}
768
769func BenchmarkMapString_Has(b *testing.B) {
770 benchmarkMapString_Has(1)(b)
771}
772
773func benchmarkOrderedMapString_Has(multiplier int) func(b *testing.B) {
774 m := orderedmap.NewOrderedMap()

Callers

nothing calls this directly

Calls 1

benchmarkMapString_HasFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…