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

Function BM_SetsEquivalentFalse

extensions/sets_functions_benchmark_test.cc:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void BM_SetsEquivalentFalse(benchmark::State& state) {
290 ListImpl impl = FromNumber(state.range(0));
291 int size = state.range(1);
292
293 RunBenchmark({"sets.equivalent_false", "sets.equivalent(x, y)", impl, size,
294 CelValue::CreateBool(false)},
295 state);
296}
297
298void BM_SetsEquivalentComprehensionTrue(benchmark::State& state) {
299 ListImpl impl = FromNumber(state.range(0));

Callers

nothing calls this directly

Calls 2

FromNumberFunction · 0.85
RunBenchmarkFunction · 0.70

Tested by

no test coverage detected