From 68cf8cc9a244041f859dc484abe551b8e018ad05 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Sat, 24 Jul 2021 17:09:33 -0700 Subject: Don't create an extra fd bitmap to allocate a new fd. --- test/perf/linux/BUILD | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'test/perf/linux/BUILD') diff --git a/test/perf/linux/BUILD b/test/perf/linux/BUILD index dd1d2438c..4511611ad 100644 --- a/test/perf/linux/BUILD +++ b/test/perf/linux/BUILD @@ -108,6 +108,22 @@ cc_binary( ], ) +cc_binary( + name = "dup_benchmark", + testonly = 1, + srcs = [ + "dup_benchmark.cc", + ], + deps = [ + gbenchmark, + gtest, + "//test/util:fs_util", + "//test/util:logging", + "//test/util:temp_path", + "//test/util:test_main", + ], +) + cc_binary( name = "read_benchmark", testonly = 1, -- cgit v1.2.3