axpy performance test
| 310 | |
| 311 | // axpy performance test |
| 312 | TEST_P(AXPY, saxpy) |
| 313 | { |
| 314 | TestParams params; |
| 315 | |
| 316 | getParams(¶ms); |
| 317 | AxpyPerformanceTest<float>::runInstance(FN_SAXPY, ¶ms); |
| 318 | } |
| 319 | |
| 320 | |
| 321 | TEST_P(AXPY, daxpy) |
nothing calls this directly
no outgoing calls
no test coverage detected