MCPcopy
hub / github.com/micro-editor/micro / BenchmarkRead10Lines

Function BenchmarkRead10Lines

internal/buffer/buffer_test.go:229–231  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

227}
228
229func BenchmarkRead10Lines(b *testing.B) {
230 benchRead(b, 10)
231}
232
233func BenchmarkRead100Lines(b *testing.B) {
234 benchRead(b, 100)

Callers

nothing calls this directly

Calls 1

benchReadFunction · 0.85

Tested by

no test coverage detected