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

Function BenchmarkOrderedMap_Set

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

Source from the content-addressed store, hash-verified

400}
401
402func BenchmarkOrderedMap_Set(b *testing.B) {
403 benchmarkOrderedMap_Set(1)(b)
404}
405
406func benchmarkMap_Get(multiplier int) func(b *testing.B) {
407 m := make(map[int]bool)

Callers

nothing calls this directly

Calls 1

benchmarkOrderedMap_SetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…