Skip to content

Commit

Permalink
fix expr bench
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Sep 22, 2023
1 parent 60dbf2e commit ea04aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/expr/impl/benches/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// `zip_eq` is a source of poor performance.
#![allow(clippy::disallowed_methods)]

risingwave_expr_impl::enable!();

use criterion::async_executor::FuturesExecutor;
use criterion::{criterion_group, criterion_main, Criterion};
use risingwave_common::array::*;
Expand Down

0 comments on commit ea04aed

Please sign in to comment.