| 498 | } |
| 499 | |
| 500 | static void FieldPathGetFromWideArray( |
| 501 | benchmark::State& state) { // NOLINT non-const reference |
| 502 | constexpr int kNumColumns = 10000; |
| 503 | auto array = GenerateTestArray(kNumColumns); |
| 504 | BenchmarkFieldPathGet(state, *array, kNumColumns); |
| 505 | } |
| 506 | |
| 507 | static void FieldPathGetFromWideArrayData( |
| 508 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected