From 29be908ab69d2d333572f6990d331e494b1e51fd Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Thu, 18 Mar 2021 12:11:59 -0700 Subject: Address post submit comments for fs benchmarks. Also, drop fio total reads/writes to 1GB as 10GB is prohibitively slow. PiperOrigin-RevId: 363714060 --- test/benchmarks/harness/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'test/benchmarks/harness/BUILD') diff --git a/test/benchmarks/harness/BUILD b/test/benchmarks/harness/BUILD index 116610938..367316661 100644 --- a/test/benchmarks/harness/BUILD +++ b/test/benchmarks/harness/BUILD @@ -12,6 +12,7 @@ go_library( ], visibility = ["//:sandbox"], deps = [ + "//pkg/cleanup", "//pkg/test/dockerutil", "//pkg/test/testutil", "@com_github_docker_docker//api/types/mount:go_default_library", -- cgit v1.2.3