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

Function BenchmarkBigMapWithCapacity_Set

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

Source from the content-addressed store, hash-verified

863}
864
865func BenchmarkBigMapWithCapacity_Set(b *testing.B) {
866 benchmarkBigMapWithCapacity_Set()(b)
867}
868
869func benchmarkBigMap_Get() func(b *testing.B) {
870 m := make(map[int]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…