1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 22:34:49 +02:00

(test) enhance(dev): improve backend-memory-report

This commit is contained in:
syuilo
2026-06-24 18:45:58 +09:00
parent 5ab352da11
commit 8dfa900729
5 changed files with 397 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ jobs:
env:
MK_MEMORY_COMPARE_ROUNDS: 5
MK_MEMORY_COMPARE_WARMUP_ROUNDS: 1
MK_MEMORY_HEAP_SNAPSHOT: 1
run: node head/.github/scripts/measure-backend-memory-comparison.mjs base head memory-base.json memory-head.json
- name: Measure backend loaded JS footprint
run: |