Skip to content

Commit b1111bb

Browse files
committed
10 iterations by default
1 parent ed6241c commit b1111bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/scripts/build-tests/run-al2-dynamodb-performance-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
DEFAULT_REGION="us-east-1"
5-
DEFAULT_ITERATIONS=3
5+
DEFAULT_ITERATIONS=10
66

77
if [ "$#" -lt 1 ]; then
88
echo "Usage: ${0} PREFIX_DIR [--region REGION] [--iterations NUM]"

tools/scripts/build-tests/run-al2-s3-performance-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
DEFAULT_REGION="us-east-1"
55
DEFAULT_AZ_ID="use1-az4"
6-
DEFAULT_ITERATIONS=3
6+
DEFAULT_ITERATIONS=10
77

88
if [ "$#" -lt 1 ]; then
99
echo "Usage: ${0} PREFIX_DIR [--region REGION] [--az-id AZ_ID] [--iterations NUM]"

0 commit comments

Comments
 (0)