File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9393 - run :
9494 name : Run linters and code style checks
9595 command : make py-style
96- # - run:
97- # name: Exercise the benchmarks
98- # command: make benchmark-ci
96+ - run :
97+ name : Exercise the benchmarks
98+ command : make benchmark-ci
9999 - run :
100100 name : Run cicd tests
101101 command : make cicd-test
Original file line number Diff line number Diff line change @@ -248,4 +248,5 @@ vscode-generate-openapi:
248248 cd vscode/react && pnpm run generate:api
249249
250250benchmark-ci :
251- python benchmarks/lsp_render_model_bench.py --debug-single-value
251+ # Use --processes=1 to avoid Python 3.9 asyncio subprocess deadlock in multiprocessing
252+ python benchmarks/lsp_render_model_bench.py --debug-single-value --processes=1
You can’t perform that action at this time.
0 commit comments