summaryrefslogtreecommitdiffhomepage
path: root/test/benchmarks/ml
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-08-10 14:51:07 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-10 14:52:36 -0700
commita88cf5a2e18869acb636f696700ecce2781be818 (patch)
treede234e7a6c082038a73f821884ce97b40ce86056 /test/benchmarks/ml
parent7ba5e3558aace529f9a0553015cc5074705e7a79 (diff)
Add benchmarks to continuous build.
PiperOrigin-RevId: 325892974
Diffstat (limited to 'test/benchmarks/ml')
-rw-r--r--test/benchmarks/ml/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/benchmarks/ml/BUILD b/test/benchmarks/ml/BUILD
index 2430b60a7..970f52706 100644
--- a/test/benchmarks/ml/BUILD
+++ b/test/benchmarks/ml/BUILD
@@ -14,6 +14,7 @@ go_test(
size = "large",
srcs = ["tensorflow_test.go"],
library = ":ml",
+ visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
"//test/benchmarks/harness",