(b *testing.B)
| 111 | } |
| 112 | |
| 113 | func BenchmarkWrite__4KB_WithIndex(b *testing.B) { |
| 114 | benchWrite(b, 4096, true) |
| 115 | } |
| 116 | |
| 117 | func BenchmarkWrite_10KB_WithIndex(b *testing.B) { |
| 118 | benchWrite(b, 10240, true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…