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

Improve bottleneck analysis: language-specific suggestions #93

Open saraadams opened 1 year ago

saraadams commented 1 year ago

Problem

The bottleneck analysis only highlights bottlenecks. It would be good to include more concrete guidance.

Suggested solution

Example mnemonics:

Mnemonics could be extracted from commonly used rules for different languages.

saraadams commented 9 months ago

https://stackoverflow.com/questions/44494170/is-there-a-way-to-see-the-mnemonics-of-bazel-actions-that-are-running gives suggestions on how to find mnemonics.