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

Function BenchmarkCreateAndClose1000Lines

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

Source from the content-addressed store, hash-verified

211}
212
213func BenchmarkCreateAndClose1000Lines(b *testing.B) {
214 benchCreateAndClose(b, 1000)
215}
216
217func BenchmarkCreateAndClose10000Lines(b *testing.B) {
218 benchCreateAndClose(b, 10000)

Callers

nothing calls this directly

Calls 1

benchCreateAndCloseFunction · 0.85

Tested by

no test coverage detected