fix: fail to import gbench in bazel and python3.12

This commit is contained in:
dhmemi 2023-12-22 10:24:23 +08:00
parent 7b52bf7346
commit 3028899d61
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ py_binary(
name = "compare",
srcs = ["compare.py"],
python_version = "PY3",
imports = ["."],
deps = [
":gbench",
],