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

Function BenchmarkOrderedMapString_Set

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

Source from the content-addressed store, hash-verified

620}
621
622func BenchmarkOrderedMapString_Set(b *testing.B) {
623 benchmarkOrderedMapString_Set(1)(b)
624}
625
626func benchmarkMapString_Get(multiplier int) func(b *testing.B) {
627 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…