Skip to content

Commit

Permalink
fix: hash_agg bench (#13193)
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 authored Nov 1, 2023
1 parent 82c9926 commit 1b65be2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stream/benches/stream_hash_agg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ use risingwave_stream::executor::test_utils::*;
use risingwave_stream::executor::{BoxedExecutor, PkIndices};
use tokio::runtime::Runtime;

risingwave_expr_impl::enable!();

fn bench_hash_agg(c: &mut Criterion) {
let mut group = c.benchmark_group("Q17");
group.sample_size(10);
Expand Down

0 comments on commit 1b65be2

Please sign in to comment.