v01
This commit is contained in:
19
thirdparty/basalt-headers/test/benchmark/tools/BUILD.bazel
vendored
Normal file
19
thirdparty/basalt-headers/test/benchmark/tools/BUILD.bazel
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
load("@py_deps//:requirements.bzl", "requirement")
|
||||
|
||||
py_library(
|
||||
name = "gbench",
|
||||
srcs = glob(["gbench/*.py"]),
|
||||
deps = [
|
||||
requirement("numpy"),
|
||||
requirement("scipy"),
|
||||
],
|
||||
)
|
||||
|
||||
py_binary(
|
||||
name = "compare",
|
||||
srcs = ["compare.py"],
|
||||
python_version = "PY2",
|
||||
deps = [
|
||||
":gbench",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user