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

Function BenchmarkOrderedMap_Delete

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

Source from the content-addressed store, hash-verified

508}
509
510func BenchmarkOrderedMap_Delete(b *testing.B) {
511 benchmarkOrderedMap_Delete(1)(b)
512}
513
514func benchmarkMap_Iterate(multiplier int) func(b *testing.B) {
515 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…