Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jun 22, 2020
1 parent e5ef16b commit 284fcd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function run_scale_test_130_pods() {
cat $now
aws s3 cp $now s3://cni-scale-test-data

echo "TIMELINE: 130 Pod scale test took $DEPLOY_DURATION seconds."
echo "TIMELINE: 130 Pod performance test took $DEPLOY_DURATION seconds."
}

function run_scale_test_730_pods() {
Expand Down Expand Up @@ -151,7 +151,7 @@ function run_scale_test_730_pods() {
cat $now
aws s3 cp $now s3://cni-scale-test-data

echo "TIMELINE: 730 Pod scale test took $DEPLOY_DURATION seconds."
echo "TIMELINE: 730 Pod performance test took $DEPLOY_DURATION seconds."
}

function run_scale_test_5000_pods() {
Expand Down Expand Up @@ -214,5 +214,5 @@ function run_scale_test_5000_pods() {
cat $now
aws s3 cp $now s3://cni-scale-test-data

echo "TIMELINE: 5000 Pod scale test took $DEPLOY_DURATION seconds."
echo "TIMELINE: 5000 Pod performance test took $DEPLOY_DURATION seconds."
}

0 comments on commit 284fcd1

Please sign in to comment.