Skip to content

Commit

Permalink
Mark concurrent_hash_map_test's as heavyweight
Browse files Browse the repository at this point in the history
Summary: With this label, our test infra can dedicate more resources when running this test.

Reviewed By: yfeldblum

Differential Revision: D67035625

fbshipit-source-id: b2b6c239263100b9f40d6fcefa020be1f1c908d8
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Dec 10, 2024
1 parent 885ad19 commit 1e5cbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions folly/concurrency/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ cpp_library(
"//folly/lang:safe_assert",
"//folly/memory:sanitize_leak",
"//folly/synchronization:atomic_struct",
"//folly/synchronization:atomic_util",
"//folly/synchronization/detail:atomic_utils",
],
)
Expand Down
2 changes: 2 additions & 0 deletions folly/concurrency/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ cpp_benchmark(
cpp_unittest(
name = "concurrent_hash_map_test",
srcs = ["ConcurrentHashMapTest.cpp"],
labels = ["heavyweight"],
supports_static_listing = False,
deps = [
"//folly:traits",
Expand All @@ -107,6 +108,7 @@ cpp_unittest(
cpp_unittest(
name = "concurrent_hash_map_test_no_simd",
srcs = ["ConcurrentHashMapTest.cpp"],
labels = ["heavyweight"],
preprocessor_flags = ["-DFOLLY_F14_FORCE_FALLBACK=1"],
supports_static_listing = False,
deps = [
Expand Down

0 comments on commit 1e5cbab

Please sign in to comment.