diff options
author | Abseil Team <absl-team@google.com> | 2018-08-10T22·23-0700 |
---|---|---|
committer | vslashg <gfalcon@google.com> | 2018-08-13T18·19-0400 |
commit | ad5c960b2eb914881d1ceba0e996a0a8f3f6ca59 (patch) | |
tree | c62a3e0f412d8224607fb9136d2d11df3d0a7a8b /absl/synchronization/BUILD.bazel | |
parent | 86f0fe93ad9d6d033a319476736a3256369c1f75 (diff) |
Export of internal Abseil changes.
-- ae3a8f7f60cc6444179c6c31ec501742eef4ef58 by Abseil Team <absl-team@google.com>: Shard mutex_test to improve testing speed. PiperOrigin-RevId: 208277475 GitOrigin-RevId: ae3a8f7f60cc6444179c6c31ec501742eef4ef58 Change-Id: I99a7e0ff783c1a071d993abd5c4d1995c5912aa0
Diffstat (limited to 'absl/synchronization/BUILD.bazel')
-rw-r--r-- | absl/synchronization/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel index 8d302e01223b..3ee9e5a0425d 100644 --- a/absl/synchronization/BUILD.bazel +++ b/absl/synchronization/BUILD.bazel @@ -149,6 +149,7 @@ cc_test( size = "large", srcs = ["mutex_test.cc"], copts = ABSL_TEST_COPTS, + shard_count = 25, deps = [ ":synchronization", ":thread_pool", |