rotm performance test
| 359 | |
| 360 | // rotm performance test |
| 361 | TEST_P(ROTM, srotm) |
| 362 | { |
| 363 | TestParams params; |
| 364 | |
| 365 | getParams(¶ms); |
| 366 | RotmPerformanceTest<float>::runInstance(FN_SROTM, ¶ms); |
| 367 | } |
| 368 | |
| 369 | |
| 370 | TEST_P(ROTM, drotm) |
nothing calls this directly
no outgoing calls
no test coverage detected