Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
895
void BM_EqualsInt(benchmark::State& s) { RunBenchmark(
"42 == 43"
, s); }
896
897
BENCHMARK(BM_EqualsInt);
898
Callers
nothing calls this directly
Calls
1
RunBenchmark
Function · 0.70
Tested by
no test coverage detected