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

Function BenchmarkMapString_Get

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

Source from the content-addressed store, hash-verified

631}
632
633func BenchmarkMapString_Get(b *testing.B) {
634 benchmarkMapString_Get(1)(b)
635}
636
637func benchmarkOrderedMapString_Get(multiplier int) func(b *testing.B) {
638 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…