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

Function BenchmarkMapString_Get

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

Source from the content-addressed store, hash-verified

638}
639
640func BenchmarkMapString_Get(b *testing.B) {
641 benchmarkMapString_Get(1)(b)
642}
643
644func benchmarkOrderedMapString_Get(multiplier int) func(b *testing.B) {
645 m := orderedmap.NewOrderedMap()

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…