Update report-backend-memory.yml

This commit is contained in:
syuilo 2026-01-22 14:47:05 +09:00
parent 2fa6ecc7ef
commit b6e737dc76
1 changed files with 4 additions and 4 deletions

View File

@ -72,10 +72,10 @@ jobs:
DIFF_MB=$(echo "scale=2; $DIFF / 1024" | bc) DIFF_MB=$(echo "scale=2; $DIFF / 1024" | bc)
JSON=$(jq -c -n \ JSON=$(jq -c -n \
--arg base "$BASE_MB" \ --argjson base "$BASE_MB" \
--arg head "$HEAD_MB" \ --argjson head "$HEAD_MB" \
--arg diff "$DIFF_MB" \ --argjson diff "$DIFF_MB" \
--arg diff_percent "$DIFF_PERCENT" \ --argjson diff_percent "$DIFF_PERCENT" \
'{base: $base, head: $head, diff: $diff, diff_percent: $diff_percent}') '{base: $base, head: $head, diff: $diff, diff_percent: $diff_percent}')
echo "$JSON" echo "$JSON"