ssymv performance test
| 334 | |
| 335 | // ssymv performance test |
| 336 | TEST_P(SYMV, ssymv) |
| 337 | { |
| 338 | TestParams params; |
| 339 | |
| 340 | getParams(¶ms); |
| 341 | SymvPerformanceTest<float>::runInstance(FN_SSYMV, ¶ms); |
| 342 | } |
| 343 | |
| 344 | // dsymv performance test case |
| 345 | TEST_P(SYMV, dsymv) |
nothing calls this directly
no outgoing calls
no test coverage detected