summaryrefslogtreecommitdiffhomepage
path: root/test/perf/BUILD
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2021-07-24 17:09:33 -0700
committerHoward Zhang <howard.zhang@arm.com>2021-07-27 13:16:02 +0800
commit68cf8cc9a244041f859dc484abe551b8e018ad05 (patch)
treee9569356c85c073668ffe0c8335c75ea34d9b711 /test/perf/BUILD
parentc8d252466fbe9709f51766cd9862fd9958b00798 (diff)
Don't create an extra fd bitmap to allocate a new fd.
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 75b5003e2..08e04d8ad 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",
)