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

Function BM_Nested

extensions/bindings_ext_benchmark_test.cc:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 RunBenchmark(BenchmarkCases()[1], state);
211}
212void BM_Nested(benchmark::State& state) {
213 RunBenchmark(BenchmarkCases()[2], state);
214}
215void BM_NestedDefinition(benchmark::State& state) {
216 RunBenchmark(BenchmarkCases()[3], state);
217}

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected