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

Function BM_EqualsInt

eval/public/equality_function_registrar_test.cc:895–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895void BM_EqualsInt(benchmark::State& s) { RunBenchmark("42 == 43", s); }
896
897BENCHMARK(BM_EqualsInt);
898

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected