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

Function BenchmarkBigOrderedMapString_Set

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

Source from the content-addressed store, hash-verified

1007}
1008
1009func BenchmarkBigOrderedMapString_Set(b *testing.B) {
1010 benchmarkBigOrderedMapString_Set()(b)
1011}
1012
1013func benchmarkBigMapString_Get() func(b *testing.B) {
1014 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…