summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2018-08-10 15:23:29 -0700
committerGravatar vslashg <gfalcon@google.com>2018-08-13 14:19:55 -0400
commitad5c960b2eb914881d1ceba0e996a0a8f3f6ca59 (patch)
treec62a3e0f412d8224607fb9136d2d11df3d0a7a8b
parent86f0fe93ad9d6d033a319476736a3256369c1f75 (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
-rw-r--r--absl/synchronization/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel
index 8d302e01..3ee9e5a0 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",