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

Function BenchmarkOrderedMap_Get

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

Source from the content-addressed store, hash-verified

434}
435
436func BenchmarkOrderedMap_Get(b *testing.B) {
437 benchmarkOrderedMap_Get(1)(b)
438}
439
440func benchmarkOrderedMap_GetElement(multiplier int) func(b *testing.B) {
441 m := orderedmap.NewOrderedMap()

Callers

nothing calls this directly

Calls 1

benchmarkOrderedMap_GetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…