golang / go

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

misc/trace: switch back to lean config #15302

Open dvyukov opened 8 years ago

dvyukov commented 8 years ago

https://go-review.googlesource.com/#/c/22013 updates trace-viewer to newer revision (required to unbreak visualization in chrome). But trace-viewer (catapult) is broken itself at the moment: https://github.com/catapult-project/catapult/issues/2247 So the change uses full config instead of lean config. Full config works, but leads to larger html. We need to switch back to lean config when the bug is fixed.

gopherbot commented 7 years ago

Change https://golang.org/cl/58750 mentions this issue: misc/trace: update trace-viewer