go test -bench BenchmarkShortIteratorNext -run -
(b *testing.B)
| 2725 | |
| 2726 | // go test -bench BenchmarkShortIteratorNext -run - |
| 2727 | func BenchmarkShortIteratorNextRuntime(b *testing.B) { |
| 2728 | benchmarkContainerIteratorNext(b, newRunContainer16()) |
| 2729 | } |
| 2730 | |
| 2731 | // generate random contents, then return that same |
| 2732 | // logical content in three different container types |
nothing calls this directly
no test coverage detected
searching dependent graphs…