| 51 | } |
| 52 | |
| 53 | static void bench_stream(benchmark::State& benchState) { |
| 54 | onMainThread([&benchState]() { return benchStreamActor(&benchState); }).blockUntilReady(); |
| 55 | } |
| 56 | |
| 57 | BENCHMARK(bench_stream)->Ranges({ { 1, 1 << 16 }, { 1, 1 << 16 } })->ReportAggregatesOnly(true); |
nothing calls this directly
no test coverage detected