commit | 2485ce014378704a6b4d5640b18c9ed970ec15b8 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Fri Nov 23 01:06:07 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Nov 23 01:07:10 2018 -0800 |
tree | a2fa4bb83f933dbbb8451f3be013ee297bc17b87 | |
parent | 0c340badf3a7a33089267bd37d0b17bcc7a300bf [diff] |
Dedupe actions for top-k worst action selection There are several ways to do this. This seems like the least invasive: instead of iterating over all actions in the map, we only iterate over those where the map key matches the primary output of the action. Alternatives considered: - keeping an additional set of all actions; this would require an additional ConcurrentHashSet to contain a pointer to all actions - deduping based on action identity using a temporary set; I'm worried about the additional copy involved, and this would have to be done for each of the three methods PiperOrigin-RevId: 222597517
{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.