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] Exclude short actions from being listed in cache skip suggestions #142

Closed saraadams closed 11 months ago

saraadams commented 11 months ago

In the suggestion that highlights actions that did not check the remote cache, exclude actions that took shorter than 5 seconds to complete. If actions were excluded, include a caveat that, which points to verbose mode for more data to be included.

Contributes to #133.