chbmv performance test
| 304 | |
| 305 | // chbmv performance test |
| 306 | TEST_P(HBMV, chbmv) |
| 307 | { |
| 308 | TestParams params; |
| 309 | |
| 310 | getParams(¶ms); |
| 311 | HbmvPerformanceTest<FloatComplex>::runInstance(FN_CHBMV, ¶ms); |
| 312 | } |
| 313 | |
| 314 | // zhbmv performance test case |
| 315 | TEST_P(HBMV, zhbmv) |
nothing calls this directly
no outgoing calls
no test coverage detected