MCPcopy 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
86func BenchmarkWrappedRecordDot100(b *testing.B) {
87 wrappedRecordDotN(b, 100)
88}
89
90func BenchmarkWrappedRecordDot512(b *testing.B) {
91 wrappedRecordDotN(b, 512)

Callers

nothing calls this directly

Calls 1

wrappedRecordDotNFunction · 0.85

Tested by

no test coverage detected