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

Function BM_SetsIntersectsFalse

extensions/sets_functions_benchmark_test.cc:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void BM_SetsIntersectsFalse(benchmark::State& state) {
254 ListImpl impl = FromNumber(state.range(0));
255 int size = state.range(1);
256
257 RunBenchmark({"sets.intersects_false", "sets.intersects(x, y)", impl, size,
258 CelValue::CreateBool(false)},
259 state);
260}
261
262void BM_SetsIntersectsComprehensionTrue(benchmark::State& state) {
263 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