golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
120.96k stars 17.36k forks source link

x/benchmarks: monitor toolchain binary size #68179

Open prattmic opened 3 days ago

prattmic commented 3 days ago

Follow-up to #68109, it would be nice if we tracked the size of the toolchain binaries (or the entire archive).

We already track binary size of a bunch of tests on https://perf.golang.org/dashboard via bent, but none of the toolchain binaries themselves (compile, addr2line, etc).

cc @mknyszek @dr2chase

gabyhelp commented 3 days ago

Similar Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)