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

Function BenchmarkRead100000Lines

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

Source from the content-addressed store, hash-verified

243}
244
245func BenchmarkRead100000Lines(b *testing.B) {
246 benchRead(b, 100000)
247}
248
249func BenchmarkRead1000000Lines(b *testing.B) {
250 benchRead(b, 1000000)

Callers

nothing calls this directly

Calls 1

benchReadFunction · 0.85

Tested by

no test coverage detected