mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Merge branch 'develop' into feat/16804-separate-sensitive-detect
This commit is contained in:
commit
4f812075ff
1 changed files with 8 additions and 2 deletions
10
.github/scripts/backend-memory-report.mjs
vendored
10
.github/scripts/backend-memory-report.mjs
vendored
|
|
@ -373,9 +373,15 @@ function renderHeapSnapshotSankey(report, phase, title) {
|
|||
'```mermaid',
|
||||
`%%{init: ${JSON.stringify({
|
||||
sankey: {
|
||||
showValues: false,
|
||||
linkColor: 'target',
|
||||
nodeAlignment: 'left',
|
||||
nodeColors,
|
||||
labelStyle: 'outlined',
|
||||
nodeAlignment: 'center',
|
||||
nodePadding: 10,
|
||||
nodeColors: {
|
||||
...nodeColors,
|
||||
'Other': '#888888',
|
||||
},
|
||||
},
|
||||
})}}%%`,
|
||||
'sankey-beta',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue