Skip to content

Commit

Permalink
Enable multithreading for pyright (#13227)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Sep 3, 2024
1 parent 387af83 commit c2aac5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/knot_benchmark/src/benchmark/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def cold_command(self, project: Project, venv: Venv) -> Command:
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...
Expand Down

0 comments on commit c2aac5f

Please sign in to comment.