MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / bench_like

Function bench_like

src/expr/benches/like_pattern.rs:88–92  ·  view source on GitHub ↗
(c: &mut Criterion)

Source from the content-addressed store, hash-verified

86}
87
88pub fn bench_like(c: &mut Criterion) {
89 bench_op(c, "like", |pattern| {
90 like_pattern::compile(pattern, false).unwrap()
91 });
92}
93
94criterion_group!(benches, bench_like, bench_ilike);
95criterion_main!(benches);

Callers

nothing calls this directly

Calls 3

bench_opFunction · 0.85
compileFunction · 0.85
unwrapMethod · 0.80

Tested by

no test coverage detected