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

Function BM_TwiceNestedDefinition

extensions/bindings_ext_benchmark_test.cc:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 RunBenchmark(BenchmarkCases()[8], state);
232}
233void BM_TwiceNestedDefinition(benchmark::State& state) {
234 RunBenchmark(BenchmarkCases()[9], state);
235}
236
237BENCHMARK(BM_Simple);
238BENCHMARK(BM_MultipleReferences);

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected