commit | b398119a627a6b4b319df20549696d1856f16f13 | [log] [tgz] |
---|---|---|
author | Tobias Werth <twerth@google.com> | Fri Jun 05 06:13:30 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 05 06:14:46 2020 -0700 |
tree | d1ec531d074fd2f92374f39ba6d05218bdd73349 | |
parent | 01c067a49fe24377636f844598fd1a0c27a1b158 [diff] |
Make --experimental_stats_summary work. Example: before: ``` INFO: Elapsed time: 59.600s, Critical Path: 40.58s INFO: 791 processes: 266 linux-sandbox, 525 worker. INFO: Build completed successfully, 792 total actions ``` after: ``` INFO: 356 processes: 331 linux-sandbox, 1 local, 24 worker. INFO: Total action wall time 515.81s INFO: Critical path 8.91s (setup 0.00s, action wall time 0.00s) INFO: Elapsed time 23.42s (preparation 13.58s, execution 9.84s) ``` RELNOTES: None Closes #11553. PiperOrigin-RevId: 314915775
{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