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

Function BM_BindInsideLoop

extensions/bindings_ext_benchmark_test.cc:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 RunBenchmark(BenchmarkCases()[4], state);
220}
221void BM_BindInsideLoop(benchmark::State& state) {
222 RunBenchmark(BenchmarkCases()[5], state);
223}
224void BM_BindLoopBind(benchmark::State& state) {
225 RunBenchmark(BenchmarkCases()[6], state);
226}

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected