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/fs/BUILD | |
parent | 932c8abd0f739bec295ff62cf8fce3dcb7e2d866 (diff) |
Remove eternal and enormous tests.
PiperOrigin-RevId: 366573366
Diffstat (limited to 'test/benchmarks/fs/BUILD')
-rw-r--r-- | test/benchmarks/fs/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/benchmarks/fs/BUILD b/test/benchmarks/fs/BUILD index dc82e63b2..c2b981a07 100644 --- a/test/benchmarks/fs/BUILD +++ b/test/benchmarks/fs/BUILD @@ -4,7 +4,6 @@ package(licenses = ["notice"]) benchmark_test( name = "bazel_test", - size = "enormous", srcs = ["bazel_test.go"], visibility = ["//:sandbox"], deps = [ @@ -18,7 +17,6 @@ benchmark_test( benchmark_test( name = "fio_test", - size = "enormous", srcs = ["fio_test.go"], visibility = ["//:sandbox"], deps = [ |