MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / BenchmarkShortIteratorNextRuntime

Function BenchmarkShortIteratorNextRuntime

runcontainer_test.go:2727–2729  ·  view source on GitHub ↗

go test -bench BenchmarkShortIteratorNext -run -

(b *testing.B)

Source from the content-addressed store, hash-verified

2725
2726// go test -bench BenchmarkShortIteratorNext -run -
2727func 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

Callers

nothing calls this directly

Calls 2

newRunContainer16Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…