Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ BenchmarkRead1000000Lines
Function
BenchmarkRead1000000Lines
internal/buffer/buffer_test.go:249–251 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
247
}
248
249
func
BenchmarkRead1000000Lines(b *testing.B) {
250
benchRead(b, 1000000)
251
}
252
253
func
BenchmarkEdit10Lines1Cursor(b *testing.B) {
254
benchEdit(b, 10, 1)
Callers
nothing calls this directly
Calls
1
benchRead
Function · 0.85
Tested by
no test coverage detected