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

Function BM_TernaryDependsOnBind

extensions/bindings_ext_benchmark_test.cc:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 RunBenchmark(BenchmarkCases()[6], state);
226}
227void BM_TernaryDependsOnBind(benchmark::State& state) {
228 RunBenchmark(BenchmarkCases()[7], state);
229}
230void BM_TernaryDoesNotDependOnBind(benchmark::State& state) {
231 RunBenchmark(BenchmarkCases()[8], state);
232}

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected