(b *testing.B)
| 569 | func Benchmark_FreelistRelease100K(b *testing.B) { benchmark_FreelistRelease(b, 100000) } |
| 570 | func Benchmark_FreelistRelease1000K(b *testing.B) { benchmark_FreelistRelease(b, 1000000) } |
| 571 | func Benchmark_FreelistRelease10000K(b *testing.B) { benchmark_FreelistRelease(b, 10000000) } |
| 572 | |
| 573 | func benchmark_FreelistRelease(b *testing.B, size int) { |
| 574 | ids := randomPgids(size) |
nothing calls this directly
no test coverage detected