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

Function BenchmarkCreateAndClose100Lines

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

Source from the content-addressed store, hash-verified

207}
208
209func BenchmarkCreateAndClose100Lines(b *testing.B) {
210 benchCreateAndClose(b, 100)
211}
212
213func BenchmarkCreateAndClose1000Lines(b *testing.B) {
214 benchCreateAndClose(b, 1000)

Callers

nothing calls this directly

Calls 1

benchCreateAndCloseFunction · 0.85

Tested by

no test coverage detected