summaryrefslogtreecommitdiffhomepage
path: root/test/benchmarks/harness/BUILD
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2021-03-18 12:11:59 -0700
committergVisor bot <gvisor-bot@google.com>2021-03-18 12:14:27 -0700
commit29be908ab69d2d333572f6990d331e494b1e51fd (patch)
treed00c5282c8b8f6dee767ef378a11051ddf78b157 /test/benchmarks/harness/BUILD
parent5c4f4ed9eb05cfef036b55883edb8de780288441 (diff)
Address post submit comments for fs benchmarks.
Also, drop fio total reads/writes to 1GB as 10GB is prohibitively slow. PiperOrigin-RevId: 363714060
Diffstat (limited to 'test/benchmarks/harness/BUILD')
-rw-r--r--test/benchmarks/harness/BUILD1
1 files changed, 1 insertions, 0 deletions
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",