diff options
author | Zach Koopmans <zkoopmans@google.com> | 2020-08-10 14:51:07 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-10 14:52:36 -0700 |
commit | a88cf5a2e18869acb636f696700ecce2781be818 (patch) | |
tree | de234e7a6c082038a73f821884ce97b40ce86056 /test/benchmarks/network | |
parent | 7ba5e3558aace529f9a0553015cc5074705e7a79 (diff) |
Add benchmarks to continuous build.
PiperOrigin-RevId: 325892974
Diffstat (limited to 'test/benchmarks/network')
-rw-r--r-- | test/benchmarks/network/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/benchmarks/network/BUILD b/test/benchmarks/network/BUILD index df5ff7265..bd3f6245c 100644 --- a/test/benchmarks/network/BUILD +++ b/test/benchmarks/network/BUILD @@ -25,6 +25,7 @@ go_test( "manual", "local", ], + visibility = ["//:sandbox"], deps = [ "//pkg/test/dockerutil", "//pkg/test/testutil", |