MCPcopy Create free account
hub / github.com/evilsocket/sum / BenchmarkWrappedRecordDot512

Function BenchmarkWrappedRecordDot512

wrapper/record_benchmark_test.go:90–92  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

88}
89
90func BenchmarkWrappedRecordDot512(b *testing.B) {
91 wrappedRecordDotN(b, 512)
92}
93
94func BenchmarkWrappedRecordDot1024(b *testing.B) {
95 wrappedRecordDotN(b, 1024)

Callers

nothing calls this directly

Calls 1

wrappedRecordDotNFunction · 0.85

Tested by

no test coverage detected