Compare commits
1 commit
caba5a8cd6
...
62ff83fb75
Author | SHA1 | Date | |
---|---|---|---|
62ff83fb75 |
1 changed files with 2 additions and 6 deletions
|
@ -48,16 +48,12 @@ 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