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

[DataProvider] Simplify `RemoteCacheMetrics` #157

Closed saraadams closed 9 months ago

saraadams commented 9 months ago

Both RemoteCacheMetrics and CachingAndExecutionMetrics estimate the number of cache checks and cache misses/hits. This change removes the analysis from RemoteCacheMetrics, as CachingAndExecutionMetrics seems to extract more precise data.

Fixes #156