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

Function BenchmarkMapString_Get

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

Source from the content-addressed store, hash-verified

649}
650
651func BenchmarkMapString_Get(b *testing.B) {
652 benchmarkMapString_Get(1)(b)
653}
654
655func benchmarkOrderedMapString_Get(multiplier int) func(b *testing.B) {
656 m := orderedmap.NewOrderedMap[string, bool]()

Callers

nothing calls this directly

Calls 1

benchmarkMapString_GetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…