mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 12:30:14 +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",
|
||||
srcs = ["compare.py"],
|
||||
python_version = "PY3",
|
||||
imports = ["."],
|
||||
deps = [
|
||||
":gbench",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user