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
pull/163/head
Abseil Team 7 years ago committed by vslashg
parent 86f0fe93ad
commit ad5c960b2e
  1. 1
      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",

Loading…
Cancel
Save