Skip to content

Commit

Permalink
update shell
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed May 22, 2024
1 parent f781007 commit 95b02c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion regression-test/pipeline/performance/run-clickbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ EOF

# shellcheck source=/dev/null
# check_clickbench_table_rows, stop_doris, set_session_variable, check_clickbench_result

source "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/doris-utils.sh
# shellcheck source=/dev/null
# create_an_issue_comment
Expand Down
1 change: 0 additions & 1 deletion regression-test/pipeline/performance/run-load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ ${clt} -e "set global enable_profile=true;"
insert_into_select_time=0
insert_into_select_rows=10000000
start=$(date +%s%3N)
${clt} -e "set parallel_pipeline_task_num = 1;"
if ${clt} -e"insert into ${DB}.hits_insert_into_select select * from clickbench.hits limit ${insert_into_select_rows};"; then
end=$(date +%s%3N)
echo "first test scale=1; (${end} - ${start})/1000"
Expand Down
1 change: 0 additions & 1 deletion regression-test/pipeline/performance/run-tpcds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ EOF

# shellcheck source=/dev/null
# check_tpcds_table_rows, restart_doris, set_session_variable, check_tpcds_result

source "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/doris-utils.sh
# shellcheck source=/dev/null
# create_an_issue_comment
Expand Down
1 change: 0 additions & 1 deletion regression-test/pipeline/performance/run-tpch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ EOF

# shellcheck source=/dev/null
# check_tpch_table_rows, restart_doris, set_session_variable, check_tpch_result

source "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/doris-utils.sh
# shellcheck source=/dev/null
# create_an_issue_comment
Expand Down

0 comments on commit 95b02c8

Please sign in to comment.