Skip to content

Commit

Permalink
TPC-DS: Later timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Nov 3, 2024
1 parent 5922742 commit 46efe6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/Example-TPC-DS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ nohup python tpcds.py -ms 4 -dt -tr \
-nlp 8 \
-nlt 8 \
-sf 1 \
-t 1200 \
-ii -ic -is \
-rnn $BEXHOMA_NODE_SUT -rnl $BEXHOMA_NODE_LOAD -rnb $BEXHOMA_NODE_BENCHMARK \
run </dev/null &>$LOG_DIR/doc_tpcds_testcase_compare.log &
Expand Down
9 changes: 5 additions & 4 deletions test-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,12 @@ wait_process "tpch"
###########################################


#### TCP-H Compare (Example-TPC-DS.md)
#### TCP-DS Compare (Example-TPC-DS.md)
nohup python tpcds.py -ms 4 -dt -tr \
-nlp 8 \
-nlt 8 \
-sf 1 \
-t 1200 \
-ii -ic -is \
-rnn $BEXHOMA_NODE_SUT -rnl $BEXHOMA_NODE_LOAD -rnb $BEXHOMA_NODE_BENCHMARK \
run </dev/null &>$LOG_DIR/doc_tpcds_testcase_compare.log &
Expand All @@ -465,7 +466,7 @@ nohup python tpcds.py -ms 4 -dt -tr \
wait_process "tpcds"


#### TCP-H Monitoring (Example-TPC-DS.md)
#### TCP-DS Monitoring (Example-TPC-DS.md)
nohup python tpcds.py -ms 1 -dt -tr \
-dbms MonetDB \
-nlp 8 \
Expand All @@ -481,7 +482,7 @@ nohup python tpcds.py -ms 1 -dt -tr \
wait_process "tpcds"


#### TCP-H Throughput (Example-TPC-DS.md)
#### TCP-DS Throughput (Example-TPC-DS.md)
nohup python tpcds.py -ms 1 -dt -tr \
-dbms MonetDB \
-nlp 8 \
Expand All @@ -503,7 +504,7 @@ kubectl delete pvc bexhoma-storage-postgresql-tpcds-1
sleep 30


#### TCP-H Persistent Storage (Example-TPC-DS.md)
#### TCP-DS Persistent Storage (Example-TPC-DS.md)
nohup python tpcds.py -ms 1 -dt -tr \
-dbms MonetDB \
-nlp 8 \
Expand Down

0 comments on commit 46efe6d

Please sign in to comment.