commit | bb781f95a7837c628908b1737ab318f6d0e2dfe7 | [log] [tgz] |
---|---|---|
author | philwo <philwo@google.com> | Wed Jul 11 06:35:29 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Jul 11 06:36:32 2018 -0700 |
tree | 82b4abd496d7930f4ffa4c447440603661178d3b | |
parent | 5ec54c91ff775cb50ac3b1b11ba0029a8c989359 [diff] |
Remove the "slow read" warning when using multi-threaded digesting. Calculating the throughput of a digest operation and using it to assess whether I/O is slow or not only makes sense when we're doing sequential I/O. With parallel hashing, it's expected that individual operations are slow due to how the scheduler works, but it doesn't mean that the overall progress is slow. RELNOTES: None. PiperOrigin-RevId: 204115311
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.