ssyr performance test
| 325 | |
| 326 | // ssyr performance test |
| 327 | TEST_P(SYR2, ssyr2) |
| 328 | { |
| 329 | TestParams params; |
| 330 | |
| 331 | getParams(¶ms); |
| 332 | Syr2PerformanceTest<float>::runInstance(FN_SSYR2, ¶ms); |
| 333 | } |
| 334 | |
| 335 | // dsyr performance test case |
| 336 | TEST_P(SYR2, dsyr2) |
nothing calls this directly
no outgoing calls
no test coverage detected