EngFlow / bazel_invocation_analyzer

A tool that automatically analyzes a Bazel build's profile and offers suggestions on how to make it faster.
https://analyzer.engflow.com
Apache License 2.0
90 stars 10 forks source link

[SuggestionProvider] Sort highlighted cache misses by execution time #140

Closed saraadams closed 9 months ago

saraadams commented 9 months ago

When highlighting cache misses sorted by their duration, exclude the time spent for checking the remote cache. This is more reflective of which cache misses you want to fix.

Contributes to #90