MCPcopy 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

897BENCHMARK(BM_EqualsInt);
898
899void BM_EqualsString(benchmark::State& s) {
900 RunBenchmark("'1234' == '1235'", s);
901}
902
903BENCHMARK(BM_EqualsString);
904

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected