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

Function BenchmarkBigOrderedMap_Set

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

Source from the content-addressed store, hash-verified

848}
849
850func BenchmarkBigOrderedMap_Set(b *testing.B) {
851 benchmarkBigOrderedMap_Set()(b)
852}
853
854func benchmarkBigMapWithCapacity_Set() func(b *testing.B) {
855 return func(b *testing.B) {

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…