rotmg performance test
| 402 | |
| 403 | // rotmg performance test |
| 404 | TEST_P(ROTMG, srotmg) |
| 405 | { |
| 406 | TestParams params; |
| 407 | |
| 408 | getParams(¶ms); |
| 409 | RotmgPerformanceTest<float>::runInstance(FN_SROTMG, ¶ms); |
| 410 | } |
| 411 | |
| 412 | |
| 413 | TEST_P(ROTMG, drotmg) |
nothing calls this directly
no outgoing calls
no test coverage detected