diff --git a/scripts/knot_benchmark/src/benchmark/cases.py b/scripts/knot_benchmark/src/benchmark/cases.py index 38417cf30c..3559fec972 100644 --- a/scripts/knot_benchmark/src/benchmark/cases.py +++ b/scripts/knot_benchmark/src/benchmark/cases.py @@ -134,6 +134,7 @@ class Pyright(Tool): command = [ str(self.path), "--venvpath", + "--threads", str( venv.path.parent ), # This is not the path to the venv folder, but the folder that contains the venv...