MCPcopy Create free account
hub / github.com/apple/foundationdb / bench_stream

Function bench_stream

flowbench/BenchStream.actor.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

onMainThreadFunction · 0.50
blockUntilReadyMethod · 0.45

Tested by

no test coverage detected