Small fix to LNL performance tests (#12331)

This commit is contained in:
Yuwen Hu 2024-11-04 19:22:41 +08:00 committed by GitHub
parent 522cdf8e9d
commit e2adc974fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -615,7 +615,7 @@ jobs:
if [ ${{ inputs.dgpu }} == "true" ]; then
test_platform+=("\"perf-dgpu\"")
fi
printf 'platform=["%s"]\n' "$(IFS=','; echo "${test_platform[*]}")" >> "$GITHUB_OUTPUT"
printf 'platform=[%s]\n' "$(IFS=','; echo "${test_platform[*]}")" >> "$GITHUB_OUTPUT"
else
echo 'platform=["perf-mtl", "perf-lnl"]' >> "$GITHUB_OUTPUT"
fi