summaryrefslogtreecommitdiffhomepage
path: root/test/perf/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/perf/BUILD')
-rw-r--r--test/perf/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/perf/BUILD b/test/perf/BUILD
index 346a28e16..471d8c2ab 100644
--- a/test/perf/BUILD
+++ b/test/perf/BUILD
@@ -30,6 +30,8 @@ syscall_test(
syscall_test(
size = "enormous",
+ shard_count = 10,
+ tags = ["nogotsan"],
test = "//test/perf/linux:getdents_benchmark",
)
@@ -40,6 +42,7 @@ syscall_test(
syscall_test(
size = "enormous",
+ tags = ["nogotsan"],
test = "//test/perf/linux:gettid_benchmark",
)