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

Function BenchmarkWrappedRecordDot1024

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

Source from the content-addressed store, hash-verified

92}
93
94func BenchmarkWrappedRecordDot1024(b *testing.B) {
95 wrappedRecordDotN(b, 1024)
96}
97
98func BenchmarkWrappedRecordMagnitude(b *testing.B) {
99 testRecord.Data = []float32{0, 0, 2}

Callers

nothing calls this directly

Calls 1

wrappedRecordDotNFunction · 0.85

Tested by

no test coverage detected