commit | 0b31794c3f7b06f2197e7d6071ce77744b53b11b | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Jun 01 02:10:52 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 01 02:12:08 2020 -0700 |
tree | 6e8dd429dc9e7c12ea249d1757bc39bc948108a5 | |
parent | 1c03c8c4fac1e1028fcb5bb342da3a7fdfc88327 [diff] |
Introduce AggregatedSpawnMetrics This allows aggregating `SpawnMetrics` per different execution modes (remote, worker, local). So now we'll be able to differentiate between the aggregated metrics for remote, local and worker executions, which is useful because we probably don't want to aggregate the queuing time for remote and worker execution together. This change doesn't yet change any output, but in the future we should be able to report the metrics not only for remote execution, but also for local actions and workers. The next step is populating more metrics (not only execution time) for local and worker execution. RELNOTES: None. PiperOrigin-RevId: 314097914
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md