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

Function BM_Simple

extensions/bindings_ext_benchmark_test.cc:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void BM_Simple(benchmark::State& state) {
207 RunBenchmark(BenchmarkCases()[0], state);
208}
209void BM_MultipleReferences(benchmark::State& state) {
210 RunBenchmark(BenchmarkCases()[1], state);
211}

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected