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

Function BenchmarkCreateAndClose10000Lines

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

Source from the content-addressed store, hash-verified

215}
216
217func BenchmarkCreateAndClose10000Lines(b *testing.B) {
218 benchCreateAndClose(b, 10000)
219}
220
221func BenchmarkCreateAndClose100000Lines(b *testing.B) {
222 benchCreateAndClose(b, 100000)

Callers

nothing calls this directly

Calls 1

benchCreateAndCloseFunction · 0.85

Tested by

no test coverage detected