From c2aac5f8263841725728d82fc643023466f576b8 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Tue, 3 Sep 2024 13:24:42 +0200 Subject: [PATCH] Enable multithreading for pyright (#13227) --- scripts/knot_benchmark/src/benchmark/cases.py | 1 + 1 file changed, 1 insertion(+) 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...