Skip to content

Commit

Permalink
Add to tpch run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Apr 18, 2021
1 parent 32fda8a commit c82efe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/benchmarks/src/bin/tpch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,11 @@ mod tests {
run_query(6).await
}

#[tokio::test]
async fn run_q9() -> Result<()> {
run_query(9).await
}

#[tokio::test]
async fn run_q10() -> Result<()> {
run_query(10).await
Expand Down

0 comments on commit c82efe7

Please sign in to comment.