Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ BenchmarkRead10Lines
Function
BenchmarkRead10Lines
internal/buffer/buffer_test.go:229–231 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
227
}
228
229
func
BenchmarkRead10Lines(b *testing.B) {
230
benchRead(b, 10)
231
}
232
233
func
BenchmarkRead100Lines(b *testing.B) {
234
benchRead(b, 100)
Callers
nothing calls this directly
Calls
1
benchRead
Function · 0.85
Tested by
no test coverage detected