Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Oct 26, 2023
1 parent ee76b74 commit 456cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/benches/nexmark_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use risingwave_connector::source::{
use tracing::Level;
use tracing_subscriber::prelude::*;

const BATCH: LazyLock<Vec<SourceMessage>> = LazyLock::new(make_batch);
static BATCH: LazyLock<Vec<SourceMessage>> = LazyLock::new(make_batch);

fn make_batch() -> Vec<SourceMessage> {
let mut generator = nexmark::EventGenerator::default()
Expand Down

0 comments on commit 456cd32

Please sign in to comment.