MCPcopy 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
82func BenchmarkWrappedRecordDot10(b *testing.B) {
83 wrappedRecordDotN(b, 10)
84}
85
86func BenchmarkWrappedRecordDot100(b *testing.B) {
87 wrappedRecordDotN(b, 100)

Callers

nothing calls this directly

Calls 1

wrappedRecordDotNFunction · 0.85

Tested by

no test coverage detected