Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ BM_EqualsString
Function
BM_EqualsString
eval/public/equality_function_registrar_test.cc:899–901 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
897
BENCHMARK(BM_EqualsInt);
898
899
void BM_EqualsString(benchmark::State& s) {
900
RunBenchmark(
"'1234' == '1235'"
, s);
901
}
902
903
BENCHMARK(BM_EqualsString);
904
Callers
nothing calls this directly
Calls
1
RunBenchmark
Function · 0.70
Tested by
no test coverage detected