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

Function BenchmarkOrderedMapString_Set

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

Source from the content-addressed store, hash-verified

613}
614
615func BenchmarkOrderedMapString_Set(b *testing.B) {
616 benchmarkOrderedMapString_Set(1)(b)
617}
618
619func benchmarkMapString_Get(multiplier int) func(b *testing.B) {
620 m := make(map[string]bool)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…