mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ci] Report .text, .rodata, .bss and .data sections
Note that .text and .rodata are cumulative (internal+external)
This commit is contained in:
committed by
EmilieNumworks
parent
56f4b275a5
commit
196a94e199
2
.github/workflows/metrics-workflow.yml
vendored
2
.github/workflows/metrics-workflow.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
run: make -j2 -C head epsilon.elf
|
||||
- name: Retrieve binary size analysis
|
||||
id: binary_size
|
||||
run: echo "::set-output name=table::$(python3 head/build/metrics/binary_size.py base/output/release/device/n0110/epsilon.elf head/output/release/device/n0110/epsilon.elf --labels Base Head --escape)"
|
||||
run: echo "::set-output name=table::$(python3 head/build/metrics/binary_size.py base/output/release/device/n0110/epsilon.elf head/output/release/device/n0110/epsilon.elf --labels Base Head --sections .text .rodata .bss .data --escape)"
|
||||
- name: Prepare comment auth
|
||||
run: echo "::set-env name=GITHUB_TOKEN::$(echo ZGExNWM1YzNlMjVkMWU5ZGFmOWQyY2UxMmRhYjJiN2ZhMWM4ODVhMA== | base64 --decode)"
|
||||
- name: Add comment
|
||||
|
||||
Reference in New Issue
Block a user