(b *testing.B)
| 92 | } |
| 93 | |
| 94 | func BenchmarkWrappedRecordDot1024(b *testing.B) { |
| 95 | wrappedRecordDotN(b, 1024) |
| 96 | } |
| 97 | |
| 98 | func BenchmarkWrappedRecordMagnitude(b *testing.B) { |
| 99 | testRecord.Data = []float32{0, 0, 2} |
nothing calls this directly
no test coverage detected