Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ BenchmarkRead1000Lines
Function
BenchmarkRead1000Lines
internal/buffer/buffer_test.go:237–239 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
235
}
236
237
func
BenchmarkRead1000Lines(b *testing.B) {
238
benchRead(b, 1000)
239
}
240
241
func
BenchmarkRead10000Lines(b *testing.B) {
242
benchRead(b, 10000)
Callers
nothing calls this directly
Calls
1
benchRead
Function · 0.85
Tested by
no test coverage detected