Compare commits
1 commit
62ff83fb75
...
caba5a8cd6
Author | SHA1 | Date | |
---|---|---|---|
caba5a8cd6 |
1 changed files with 6 additions and 2 deletions
|
@ -48,12 +48,16 @@ markdown_from_report() {
|
|||
- `Name`: the name of the package/configuration.
|
||||
- `Size`: the closure size (size on disk/NAR size + all transitive dependencies).
|
||||
- `NAR Size`: the size of the build output (package without the dependencies).
|
||||
|
||||
</details>
|
||||
EOF
|
||||
if [ "${2+set}" = "set" ]; then
|
||||
cat <<-"EOF"
|
||||
- `[NAR] Size Change`: the amount changed compared to the main branch.
|
||||
|
||||
</details>
|
||||
EOF
|
||||
else
|
||||
cat <<-"EOF"
|
||||
</details>
|
||||
EOF
|
||||
fi
|
||||
cat <<-"EOF"
|
||||
|
|
Loading…
Add table
Reference in a new issue