MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / BM_BindOusideLoop

Function BM_BindOusideLoop

extensions/bindings_ext_benchmark_test.cc:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 RunBenchmark(BenchmarkCases()[3], state);
217}
218void BM_BindOusideLoop(benchmark::State& state) {
219 RunBenchmark(BenchmarkCases()[4], state);
220}
221void BM_BindInsideLoop(benchmark::State& state) {
222 RunBenchmark(BenchmarkCases()[5], state);
223}

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected