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

Function BM_EqualsCreatedMap

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

Source from the content-addressed store, hash-verified

924BENCHMARK(BM_EqualsBoundLegacyList);
925
926void BM_EqualsCreatedMap(benchmark::State& s) {
927 RunBenchmark("{1: 2, 2: 3, 3: 6} == {1: 2, 2: 3, 3: 6}", s);
928}
929
930BENCHMARK(BM_EqualsCreatedMap);
931

Callers

nothing calls this directly

Calls 1

RunBenchmarkFunction · 0.70

Tested by

no test coverage detected