go test -bench BenchmarkShortIteratorAdvance -run -
(b *testing.B)
| 650 | |
| 651 | // go test -bench BenchmarkShortIteratorAdvance -run - |
| 652 | func BenchmarkShortIteratorAdvanceArray(b *testing.B) { |
| 653 | benchmarkContainerIteratorAdvance(b, newArrayContainer()) |
| 654 | } |
| 655 | |
| 656 | // go test -bench BenchmarkShortIteratorNext -run - |
| 657 | func BenchmarkShortIteratorNextArray(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…