change x scale for diagramm

This commit is contained in:
jpaul 2023-11-22 07:27:42 +01:00
parent 29cc8f4db7
commit 47c5a10370
3 changed files with 24 additions and 24 deletions

16
dist/cleanup/index.js generated vendored
View File

@ -74531,20 +74531,20 @@ gantt
axisFormat %s
section Code area
${recentBranch} (${bytesToHuman(detailsRecent.code_area.bytes)}): active, 0, ${(detailsRecent.code_area.bytes / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.code_area.bytes)}): 0, ${(detailsBase.code_area.bytes / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.code_area.bytes)}): active, 0, ${detailsRecent.code_area.bytes}
${baseBranch} (${bytesToHuman(detailsBase.code_area.bytes)}): 0, ${detailsBase.code_area.bytes}
section Image heap
${recentBranch} (${bytesToHuman(detailsRecent.image_heap.bytes)}): active, 0, ${(detailsRecent.image_heap.bytes / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.image_heap.bytes)}): 0, ${(detailsBase.image_heap.bytes / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.image_heap.bytes)}): active, 0, ${detailsRecent.image_heap.bytes}
${baseBranch} (${bytesToHuman(detailsBase.image_heap.bytes)}): 0, ${detailsBase.image_heap.bytes}
section Other data
${recentBranch} (${bytesToHuman(otherBytesRecent)}): active, 0, ${(otherBytesRecent / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(otherBytesBase)}): 0, ${(otherBytesBase / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(otherBytesRecent)}): active, 0, ${otherBytesRecent}
${baseBranch} (${bytesToHuman(otherBytesBase)}): 0, ${otherBytesBase}
section Total
${recentBranch} (${bytesToHuman(detailsRecent.total_bytes)}) : active, 0, ${(detailsRecent.total_bytes / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.total_bytes)}) : 0, ${(detailsBase.total_bytes / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.total_bytes)}) : active, 0, ${detailsRecent.total_bytes}
${baseBranch} (${bytesToHuman(detailsBase.total_bytes)}) : 0, ${detailsBase.total_bytes}
\`\`\`
<em>Report generated by <a href="https://github.com/marketplace/actions/github-action-for-graalvm" target="_blank">setup-graalvm</a>.</em>`;

16
dist/main/index.js generated vendored
View File

@ -74630,20 +74630,20 @@ gantt
axisFormat %s
section Code area
${recentBranch} (${bytesToHuman(detailsRecent.code_area.bytes)}): active, 0, ${(detailsRecent.code_area.bytes / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.code_area.bytes)}): 0, ${(detailsBase.code_area.bytes / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.code_area.bytes)}): active, 0, ${detailsRecent.code_area.bytes}
${baseBranch} (${bytesToHuman(detailsBase.code_area.bytes)}): 0, ${detailsBase.code_area.bytes}
section Image heap
${recentBranch} (${bytesToHuman(detailsRecent.image_heap.bytes)}): active, 0, ${(detailsRecent.image_heap.bytes / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.image_heap.bytes)}): 0, ${(detailsBase.image_heap.bytes / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.image_heap.bytes)}): active, 0, ${detailsRecent.image_heap.bytes}
${baseBranch} (${bytesToHuman(detailsBase.image_heap.bytes)}): 0, ${detailsBase.image_heap.bytes}
section Other data
${recentBranch} (${bytesToHuman(otherBytesRecent)}): active, 0, ${(otherBytesRecent / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(otherBytesBase)}): 0, ${(otherBytesBase / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(otherBytesRecent)}): active, 0, ${otherBytesRecent}
${baseBranch} (${bytesToHuman(otherBytesBase)}): 0, ${otherBytesBase}
section Total
${recentBranch} (${bytesToHuman(detailsRecent.total_bytes)}) : active, 0, ${(detailsRecent.total_bytes / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.total_bytes)}) : 0, ${(detailsBase.total_bytes / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.total_bytes)}) : active, 0, ${detailsRecent.total_bytes}
${baseBranch} (${bytesToHuman(detailsBase.total_bytes)}) : 0, ${detailsBase.total_bytes}
\`\`\`
<em>Report generated by <a href="https://github.com/marketplace/actions/github-action-for-graalvm" target="_blank">setup-graalvm</a>.</em>`;

View File

@ -211,20 +211,20 @@ gantt
axisFormat %s
section Code area
${recentBranch} (${bytesToHuman(detailsRecent.code_area.bytes)}): active, 0, ${(detailsRecent.code_area.bytes/1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.code_area.bytes)}): 0, ${(detailsBase.code_area.bytes/1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.code_area.bytes)}): active, 0, ${detailsRecent.code_area.bytes}
${baseBranch} (${bytesToHuman(detailsBase.code_area.bytes)}): 0, ${detailsBase.code_area.bytes}
section Image heap
${recentBranch} (${bytesToHuman(detailsRecent.image_heap.bytes)}): active, 0, ${(detailsRecent.image_heap.bytes/1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.image_heap.bytes)}): 0, ${(detailsBase.image_heap.bytes/1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.image_heap.bytes)}): active, 0, ${detailsRecent.image_heap.bytes}
${baseBranch} (${bytesToHuman(detailsBase.image_heap.bytes)}): 0, ${detailsBase.image_heap.bytes}
section Other data
${recentBranch} (${bytesToHuman(otherBytesRecent)}): active, 0, ${(otherBytesRecent/1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(otherBytesBase)}): 0, ${(otherBytesBase/1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(otherBytesRecent)}): active, 0, ${otherBytesRecent}
${baseBranch} (${bytesToHuman(otherBytesBase)}): 0, ${otherBytesBase}
section Total
${recentBranch} (${bytesToHuman(detailsRecent.total_bytes)}) : active, 0, ${(detailsRecent.total_bytes / 1000000).toFixed(3)}
${baseBranch} (${bytesToHuman(detailsBase.total_bytes)}) : 0, ${(detailsBase.total_bytes / 1000000).toFixed(3)}
${recentBranch} (${bytesToHuman(detailsRecent.total_bytes)}) : active, 0, ${detailsRecent.total_bytes}
${baseBranch} (${bytesToHuman(detailsBase.total_bytes)}) : 0, ${detailsBase.total_bytes}
\`\`\`
<em>Report generated by <a href="https://github.com/marketplace/actions/github-action-for-graalvm" target="_blank">setup-graalvm</a>.</em>`