Skip to content

Add load test command in tpch.rs.#1530

Merged
houqp merged 1 commit into
apache:masterfrom
Ted-Jiang:add_loadTest
Jan 9, 2022
Merged

Add load test command in tpch.rs.#1530
houqp merged 1 commit into
apache:masterfrom
Ted-Jiang:add_loadTest

Conversation

@Ted-Jiang

Copy link
Copy Markdown
Member

Which issue does this PR close?

#1521

Closes #.

Rationale for this change

Add loadtest for testing the robustness of the Ballista

What changes are included in this PR?

add a new cmd in tpch.rs

 cargo run --bin tpch -- loadtest  ballista-load 
  --query-list 1,3,5,6,7,10,12,13 
  --requests 200 
  --concurrency 10  
  --data-path /**** 
  --format parquet 
  --host localhost 
  --port 50050 
  --sql-path /***
  --debug

Are there any user-facing changes?

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Ted-Jiang -- looks reasonable to me

Anyone more familiar with Ballista want to take a look too? @andygrove / @houqp ?

@andygrove andygrove left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @Ted-Jiang

@houqp houqp merged commit d6d90e9 into apache:master Jan 9, 2022
@houqp

houqp commented Jan 9, 2022

Copy link
Copy Markdown
Member

Thanks @Ted-Jiang !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants