Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/sum
/ BenchmarkWrappedRecordDot100
Function
BenchmarkWrappedRecordDot100
wrapper/record_benchmark_test.go:86–88 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
84
}
85
86
func
BenchmarkWrappedRecordDot100(b *testing.B) {
87
wrappedRecordDotN(b, 100)
88
}
89
90
func
BenchmarkWrappedRecordDot512(b *testing.B) {
91
wrappedRecordDotN(b, 512)
Callers
nothing calls this directly
Calls
1
wrappedRecordDotN
Function · 0.85
Tested by
no test coverage detected