iotaledger / entangled

enTangle'd is an amalgamation of all things Tangle
Apache License 2.0
113 stars 66 forks source link

infra: setup automated binary size regression tests #761

Open th0br0 opened 5 years ago

th0br0 commented 5 years ago

For PRs, we should have a bot that checks the binary size changes as well. I believe there are some public github projects that have suchs bots running automagically (rust?)

rajivshah3 commented 5 years ago

Maybe you could add a pipeline that runs Bloaty?

th0br0 commented 5 years ago

Ideally, this will work in hand with buildkite artifact uploads, bloaty, and a bot that parses the outputs and reports back if size increased by too much via some combination of SLOC added/removed