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

Function BenchmarkMapString_Set

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

Source from the content-addressed store, hash-verified

617}
618
619func BenchmarkMapString_Set(b *testing.B) {
620 benchmarkMapString_Set(1)(b)
621}
622
623func benchmarkOrderedMapString_Set(multiplier int) func(b *testing.B) {
624 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…