summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/ruby/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/workloads/ruby/BUILD')
-rw-r--r--benchmarks/workloads/ruby/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmarks/workloads/ruby/BUILD b/benchmarks/workloads/ruby/BUILD
new file mode 100644
index 000000000..9846c7e70
--- /dev/null
+++ b/benchmarks/workloads/ruby/BUILD
@@ -0,0 +1,15 @@
+package(
+ default_visibility = ["//benchmarks:__subpackages__"],
+ licenses = ["notice"],
+)
+
+filegroup(
+ name = "files",
+ srcs = [
+ "Dockerfile",
+ "Gemfile",
+ "Gemfile.lock",
+ "config.ru",
+ "index.rb",
+ ],
+)