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"], )