Skip to content

Commit

Permalink
nexmark benchmark: local execution - query 2 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
gangliao authored Apr 10, 2021
1 parent 0f59e50 commit 06e9dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/runtime/src/datasource/nexmark/queries/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

mod q0;
mod q1;
// mod q2;
mod q2;
mod q3;
mod q4;
mod q5;
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/src/datasource/nexmark/queries/q2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod tests {
#[tokio::test]
async fn local_query_2() -> Result<()> {
// benchmark configuration
let nex = NexMarkSource::new(3, 1, 200, StreamWindow::None);
let nex = NexMarkSource::new(2, 1, 10_000, StreamWindow::None);

// data source generation
let events = nex.generate_data()?;
Expand Down

0 comments on commit 06e9dc9

Please sign in to comment.