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

Function BenchmarkCreateAndClose10Lines

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

Source from the content-addressed store, hash-verified

203}
204
205func BenchmarkCreateAndClose10Lines(b *testing.B) {
206 benchCreateAndClose(b, 10)
207}
208
209func BenchmarkCreateAndClose100Lines(b *testing.B) {
210 benchCreateAndClose(b, 100)

Callers

nothing calls this directly

Calls 1

benchCreateAndCloseFunction · 0.85

Tested by

no test coverage detected