summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/BUILD
blob: dbadeeaf22d4cd422183e51536fa2d328531a2e6 (plain)
1
2
3
4
5
6
7
8
9
package(licenses = ["notice"])

py_binary(
    name = "benchmarks",
    srcs = ["run.py"],
    main = "run.py",
    python_version = "PY3",
    deps = ["//benchmarks/runner"],
)