I made a build visualizer to understand Bun’s compile times

57 points by lalitm


dutchie

Great article, but...

In the middle of Bun’s CI build, I found commands asking the public internet for the machine’s IP address, inspecting running Docker containers and reading the latest Git commit message.

oh my

hao

Great blog post. Clicked around and realized the connection to Perfetto, one of the all-time great tools. I don't think I'd be anywhere near as eager to profile my systems without it; being able to pop a trace into the browser afterwards is so nice compared to what came before. Very much satisfies the "do one thing and do it well" ethos of dev tooling.