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