diff --git a/benchmarks/tsp_core/config.json b/benchmarks/tsp_core/config.json index 078e621..7600493 100644 --- a/benchmarks/tsp_core/config.json +++ b/benchmarks/tsp_core/config.json @@ -49,9 +49,9 @@ "label": "generic specialization computed type", "request": "typeServer/getComputedType", "file": "src/generics.py", - "start_line": 7, + "start_line": 9, "start_character": 7, - "end_line": 7, + "end_line": 9, "end_character": 24, "validation": { "requireNonEmpty": true, diff --git a/src/python_lsp_compare/environments.py b/src/python_lsp_compare/environments.py index ceccf86..93bb8bf 100644 --- a/src/python_lsp_compare/environments.py +++ b/src/python_lsp_compare/environments.py @@ -250,7 +250,7 @@ def _build_install_state(suite: BenchmarkSuite) -> dict[str, object]: def _install_state_path(python_executable: str) -> Path: - return Path(python_executable).resolve().parent.parent / ".python-lsp-compare-install.json" + return Path(python_executable).parent.parent / ".python-lsp-compare-install.json" def _venv_python_path(venv_root: Path) -> Path: