| 359 | // ger performance test |
| 360 | |
| 361 | TEST_P(GER, sger) |
| 362 | { |
| 363 | TestParams params; |
| 364 | |
| 365 | getParams(¶ms); |
| 366 | GerPerformanceTest<float>::runInstance(FN_SGER, ¶ms); |
| 367 | } |
| 368 | |
| 369 | |
| 370 | TEST_P(GER, dger) |
nothing calls this directly
no outgoing calls
no test coverage detected