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

Function BenchmarkRead100Lines

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

Source from the content-addressed store, hash-verified

231}
232
233func BenchmarkRead100Lines(b *testing.B) {
234 benchRead(b, 100)
235}
236
237func BenchmarkRead1000Lines(b *testing.B) {
238 benchRead(b, 1000)

Callers

nothing calls this directly

Calls 1

benchReadFunction · 0.85

Tested by

no test coverage detected