Skip to content

A tool that automatically analyzes a Bazel build's profile and offers suggestions on how to make it faster.

License

Notifications You must be signed in to change notification settings

meisterT/bazel_invocation_analyzer

 
 

Repository files navigation

Bazel Invocation Analyzer

The Bazel Invocation Analyzer is a library and terminal tool developed by EngFlow. It analyzes an invocation's Bazel profile and provides suggestions on how to speed up that invocation.

Dependencies

Bazel version 4.0+

CLI

The Bazel Invocation Analyzer can be run in a terminal. In this mode it will print out the analysis results directly to the console.

Usage

Pass in the path of a Bazel profile on your filesystem as the first argument. Use -h or --help to show all the available options.

bazel run //cli -- /path/to/bazel_profile.json.gz

References

About

A tool that automatically analyzes a Bazel build's profile and offers suggestions on how to make it faster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.6%
  • Starlark 4.3%
  • Shell 1.1%