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

Function BM_NestedDefinition

extensions/bindings_ext_benchmark_test.cc:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 RunBenchmark(BenchmarkCases()[2], state);
214}
215void BM_NestedDefinition(benchmark::State& state) {
216 RunBenchmark(BenchmarkCases()[3], state);
217}
218void BM_BindOusideLoop(benchmark::State& state) {
219 RunBenchmark(BenchmarkCases()[4], state);
220}

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected