Skip to content

Commit 3fea980

Browse files
committed
update run-al2-s3-performance-tests.sh to include az-id
1 parent 8ea5f00 commit 3fea980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${PREFIX_DIR}/al2-install/lib64/"
4646

4747
cd "${PREFIX_DIR}/al2-build"
4848
if [ -f "${PREFIX_DIR}/aws-sdk-cpp/tools/scripts/suppressions.txt" ]; then export LSAN_OPTIONS=suppressions="${PREFIX_DIR}/aws-sdk-cpp/tools/scripts/suppressions.txt"; fi
49-
./tests/performance-tests/s3-performance-test --region "$REGION" --iterations "$ITERATIONS" --commit-id "$COMMIT_ID"
49+
./tests/performance-tests/s3-performance-test --region "$REGION" --az-id "$AZ_ID" --iterations "$ITERATIONS" --commit-id "$COMMIT_ID"
5050
cat s3-performance-test-results.json

0 commit comments

Comments
 (0)