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

Highlight local actions if remote execution is used #95

Closed saraadams closed 11 months ago

saraadams commented 1 year ago

Problem

If the profile suggests remote execution was used, highlight which actions were executed locally.

Suggested solution

While there may be reasons why some actions are executed locally even when using remote execution, it's worth highlighting these actions. The actions can be investigated for