summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/ruby_template/BUILD
blob: 2b99892af8200baf04e2db6b003f7462bcf49cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package(
    default_visibility = ["//benchmarks:__subpackages__"],
    licenses = ["notice"],
)

filegroup(
    name = "files",
    srcs = [
        "Dockerfile",
        "Gemfile",
        "Gemfile.lock",
        "config.ru",
        "index.erb",
        "main.rb",
    ],
)