summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/fio/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/workloads/fio/BUILD')
-rw-r--r--benchmarks/workloads/fio/BUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/benchmarks/workloads/fio/BUILD b/benchmarks/workloads/fio/BUILD
deleted file mode 100644
index 7fc96cfa5..000000000
--- a/benchmarks/workloads/fio/BUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-load("//benchmarks:defs.bzl", "py_library", "py_test", "requirement")
-
-package(
- default_visibility = ["//benchmarks:__subpackages__"],
- licenses = ["notice"],
-)
-
-py_library(
- name = "fio",
- srcs = ["__init__.py"],
-)
-
-py_test(
- name = "fio_test",
- srcs = ["fio_test.py"],
- python_version = "PY3",
- deps = [
- ":fio",
- requirement("attrs", False),
- requirement("atomicwrites", False),
- requirement("more-itertools", False),
- requirement("pathlib2", False),
- requirement("pluggy", False),
- requirement("py", False),
- requirement("pytest", True),
- requirement("six", False),
- ],
-)
-
-filegroup(
- name = "files",
- srcs = [
- "Dockerfile",
- ],
-)