Add an easy way to run performance tests for tree-sitter (#233072)

* Add an easy way to run performance tests for tree-sitter
Part os #210475

* Compile build folder
This commit is contained in:
Alex Ross
2024-11-05 15:35:58 +01:00
committed by GitHub
parent 8f61775e3e
commit e6f2cc2f0a
31 changed files with 149253 additions and 8 deletions

View File

@@ -42,6 +42,11 @@ const extensions = [
workspaceFolder: `extensions/vscode-colorize-tests/test`,
mocha: { timeout: 60_000 }
},
{
label: 'vscode-colorize-perf-tests',
workspaceFolder: `extensions/vscode-colorize-perf-tests/test`,
mocha: { timeout: 6000_000 }
},
{
label: 'configuration-editing',
workspaceFolder: path.join(os.tmpdir(), `confeditout-${Math.floor(Math.random() * 100000)}`),