summaryrefslogtreecommitdiffhomepage
path: root/test/perf/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/perf/BUILD')
-rw-r--r--test/perf/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/perf/BUILD b/test/perf/BUILD
index 8ac63f11b..4299f08d5 100644
--- a/test/perf/BUILD
+++ b/test/perf/BUILD
@@ -70,6 +70,13 @@ syscall_test(
)
syscall_test(
+ size = "large",
+ add_overlay = True,
+ debug = False,
+ test = "//test/perf/linux:dup_benchmark",
+)
+
+syscall_test(
debug = False,
test = "//test/perf/linux:pipe_benchmark",
)