ssyr performance test
| 323 | |
| 324 | // ssyr performance test |
| 325 | TEST_P(SYR, ssyr) |
| 326 | { |
| 327 | TestParams params; |
| 328 | |
| 329 | getParams(¶ms); |
| 330 | SyrPerformanceTest<float>::runInstance(FN_SSYR, ¶ms); |
| 331 | } |
| 332 | |
| 333 | // dsyr performance test case |
| 334 | TEST_P(SYR, dsyr) |
nothing calls this directly
no outgoing calls
no test coverage detected