June 2022 Summaries
1 posts from BuildBuddy
Filter
Month:
Year:
Post Summaries
Back to Blog
Bazel's new cache requests card provides insights into build performance by answering questions such as which targets uploaded the largest artifacts and identifying files not associated with an action. The implementation of this card involved using Redis for intermediate storage, serializing data into a proto, and employing Redis pipelining to reduce CPU load. Future iterations will be influenced by user feedback to improve build speed and scalability.
Jun 07, 2022
935 words in the original blog post.