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

Function BM_BindLoopBind

extensions/bindings_ext_benchmark_test.cc:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 RunBenchmark(BenchmarkCases()[5], state);
223}
224void BM_BindLoopBind(benchmark::State& state) {
225 RunBenchmark(BenchmarkCases()[6], state);
226}
227void BM_TernaryDependsOnBind(benchmark::State& state) {
228 RunBenchmark(BenchmarkCases()[7], state);
229}

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected