fix(dev): follow up of 1c4bcd9b32
Some checks failed
Lint / pnpm_install (push) Successful in 2m56s
Test (backend) / Unit tests (backend) (push) Failing after 40s
Test (backend) / Unit tests (backend)-1 (push) Failing after 11s
Test (backend) / E2E tests (backend) (push) Failing after 10s
Test (backend) / E2E tests (backend)-1 (push) Failing after 9s
Test (backend) / Migration tests (backend) (push) Failing after 1m45s
Test (federation) / Federation test (push) Failing after 13s
Test (federation) / Federation test-1 (push) Failing after 13s
Test (frontend) / Unit tests (frontend) (push) Failing after 9s
Test (frontend) / E2E tests (frontend) (push) Failing after 9s
api.json validation / validate-api-json (push) Successful in 2m37s
Lint / lint (backend) (push) Successful in 3m1s
Test (production install and build) / Production build (push) Has been cancelled
Storybook / build (push) Has been cancelled
Dockle / dockle (push) Has been cancelled
Publish Docker image (develop) / Build (push) Has been cancelled
Publish Docker image (develop) / Build-1 (push) Has been cancelled
Publish Docker image (develop) / merge (push) Has been cancelled
Check copyright year / check_copyright_year (push) Has been cancelled
Check SPDX-License-Identifier / check-spdx-license-id (push) Has been cancelled
Lint / lint (frontend) (push) Successful in 3m56s
Lint / lint (frontend-builder) (push) Successful in 2m56s
Lint / lint (frontend-embed) (push) Successful in 2m53s
Lint / lint (frontend-shared) (push) Successful in 2m41s
Lint / lint (icons-subsetter) (push) Successful in 2m32s
Lint / lint (misskey-bubble-game) (push) Successful in 2m39s
Lint / lint (misskey-js) (push) Successful in 2m44s
Lint / lint (misskey-reversi) (push) Successful in 2m33s
Lint / lint (sw) (push) Successful in 2m42s
Lint / typecheck (backend) (push) Successful in 1m58s
Lint / typecheck (misskey-js) (push) Successful in 1m57s
Lint / typecheck (frontend) (push) Successful in 2m35s
Lint / typecheck (sw) (push) Successful in 1m40s

This commit is contained in:
syuilo 2026-06-25 22:47:00 +09:00
commit 9785962539

View file

@ -5,7 +5,7 @@
import { readFile, writeFile } from 'node:fs/promises';
import * as util from './utility.mts';
import { type MemoryReport } from './measure-backend-memory-comparison.mts';
import type { MemoryReport } from './measure-backend-memory-comparison.mts';
const [baseFile, headFile, outputFile, baseJsFootprintFile, headJsFootprintFile] = process.argv.slice(2);