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