bazel-bench
bazel-bench copied to clipboard
Add option to track BEP metrics in benchmarks
Description of the problem / feature request:
The build event protocol exposes a bunch of good metrics about the invocation such as number of packages loaded, targets configured, actions created and executed. It would be nice to be able to track them with bazel-bench.
Feature requests: what underlying problem are you trying to solve with this feature?
Get insights into project growth.
suggested by @zhengwei143