mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
Update report-backend-memory.yml
This commit is contained in:
8
.github/workflows/report-backend-memory.yml
vendored
8
.github/workflows/report-backend-memory.yml
vendored
@@ -72,10 +72,10 @@ jobs:
|
||||
DIFF_MB=$(echo "scale=2; $DIFF / 1024" | bc)
|
||||
|
||||
JSON=$(jq -c -n \
|
||||
--arg base "$BASE_MB" \
|
||||
--arg head "$HEAD_MB" \
|
||||
--arg diff "$DIFF_MB" \
|
||||
--arg diff_percent "$DIFF_PERCENT" \
|
||||
--argjson base "$BASE_MB" \
|
||||
--argjson head "$HEAD_MB" \
|
||||
--argjson diff "$DIFF_MB" \
|
||||
--argjson diff_percent "$DIFF_PERCENT" \
|
||||
'{base: $base, head: $head, diff: $diff, diff_percent: $diff_percent}')
|
||||
|
||||
echo "$JSON"
|
||||
|
||||
Reference in New Issue
Block a user