strmv performance test
| 350 | |
| 351 | // strmv performance test |
| 352 | TEST_P(TRMV, strmv) |
| 353 | { |
| 354 | TestParams params; |
| 355 | |
| 356 | getParams(¶ms); |
| 357 | TrmvPerformanceTest<float>::runInstance(FN_STRMV, ¶ms); |
| 358 | } |
| 359 | |
| 360 | // dtrmv performance test case |
| 361 | TEST_P(TRMV, dtrmv) |
nothing calls this directly
no outgoing calls
no test coverage detected