| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks for working on this. I left some high level comments to get your feedback; that said, please let me know if you'd find it useful to consider them out of scope for this issue/CL, and instead aim to land this test largely as is as an intermediate step that improves over our current state.
testenv.SkipIfShortAndSlow(t)A couple related points/questions here.
Have you checked how well this countWriter approach that reuses the current GOROOT (i.e., without a dedicated make.bash in front) maps to the actual toolchain distribution sizes for releases?
Right now this is setup to run on many platforms, even those without longtest builders. Do you think we'd lose much useful coverage by limiting this further to only the platforms that perf builders run on (e.g., primarily linux/amd64)?
If not, an advantage of skipping the intermediate step of having a test and going directly to having this as a tracked benchmark is that it would eliminate having time-sensitive failures modes if some arbitrary CL happens to push one of the GOOS/GOARCH distribution sizes just slightly over the edge, even if most of distribution size increase comes from prior CLs.
func main() {From a readability perspective, `main` was previously near the top and I find that kind of arrangement (i.e., highest level code near the top of the file, lower-level helpers placed below rather than above) helps, so I suggest not changing that arrangement unless you think this does help improve readability.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Michael Matloob abandoned this change.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |