mirror of https://github.com/google/benchmark.git
fix: fail to import gbench in bazel and python3.12
This commit is contained in:
parent
7b52bf7346
commit
3028899d61
|
@ -13,6 +13,7 @@ py_binary(
|
|||
name = "compare",
|
||||
srcs = ["compare.py"],
|
||||
python_version = "PY3",
|
||||
imports = ["."],
|
||||
deps = [
|
||||
":gbench",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue