mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +08:00
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",
|
name = "compare",
|
||||||
srcs = ["compare.py"],
|
srcs = ["compare.py"],
|
||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
|
imports = ["."],
|
||||||
deps = [
|
deps = [
|
||||||
":gbench",
|
":gbench",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user