diff options
author | Adin Scannell <ascannell@google.com> | 2021-04-03 00:16:37 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-03 00:18:34 -0700 |
commit | 9a8692c82ac543969cc0c9cf3541f2ab925ba4ac (patch) | |
tree | d5dbaa57b24259185c71daba0709b1f4857113c3 /test/benchmarks/network | |
parent | 932c8abd0f739bec295ff62cf8fce3dcb7e2d866 (diff) |
Remove eternal and enormous tests.
PiperOrigin-RevId: 366573366
Diffstat (limited to 'test/benchmarks/network')
-rw-r--r-- | test/benchmarks/network/BUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/benchmarks/network/BUILD b/test/benchmarks/network/BUILD index 2741570f5..e047020bf 100644 --- a/test/benchmarks/network/BUILD +++ b/test/benchmarks/network/BUILD @@ -18,7 +18,6 @@ go_library( benchmark_test( name = "iperf_test", - size = "enormous", srcs = [ "iperf_test.go", ], @@ -34,7 +33,6 @@ benchmark_test( benchmark_test( name = "node_test", - size = "enormous", srcs = [ "node_test.go", ], @@ -49,7 +47,6 @@ benchmark_test( benchmark_test( name = "ruby_test", - size = "enormous", srcs = [ "ruby_test.go", ], @@ -64,7 +61,6 @@ benchmark_test( benchmark_test( name = "nginx_test", - size = "enormous", srcs = [ "nginx_test.go", ], @@ -79,7 +75,6 @@ benchmark_test( benchmark_test( name = "httpd_test", - size = "enormous", srcs = [ "httpd_test.go", ], |