MCPcopy Create free account
hub / github.com/micro-editor/micro / BenchmarkCreateAndClose1000000Lines

Function BenchmarkCreateAndClose1000000Lines

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

Source from the content-addressed store, hash-verified

223}
224
225func BenchmarkCreateAndClose1000000Lines(b *testing.B) {
226 benchCreateAndClose(b, 1000000)
227}
228
229func BenchmarkRead10Lines(b *testing.B) {
230 benchRead(b, 10)

Callers

nothing calls this directly

Calls 1

benchCreateAndCloseFunction · 0.85

Tested by

no test coverage detected