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

Function BenchmarkMapString_Set

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

Source from the content-addressed store, hash-verified

606}
607
608func BenchmarkMapString_Set(b *testing.B) {
609 benchmarkMapString_Set(1)(b)
610}
611
612func benchmarkOrderedMapString_Set(multiplier int) func(b *testing.B) {
613 return func(b *testing.B) {

Callers

nothing calls this directly

Calls 1

benchmarkMapString_SetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…