(b *testing.B)
| 88 | } |
| 89 | |
| 90 | func BenchmarkWrappedRecordDot512(b *testing.B) { |
| 91 | wrappedRecordDotN(b, 512) |
| 92 | } |
| 93 | |
| 94 | func BenchmarkWrappedRecordDot1024(b *testing.B) { |
| 95 | wrappedRecordDotN(b, 1024) |
nothing calls this directly
no test coverage detected