X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=c750ba521b44f23963d861d73e235c2343f01c66;hb=efbad167abfbf5bfe3c362b652a39c579ab09899;hp=921886b80a6fe89f7f2b9ca7e27d41b85cff39a6;hpb=e1ba9765afbf97436250d19f28c818221ebc10b9;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 921886b8..c750ba52 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,20 +17,10 @@ { "type": "node", "request": "launch", - "name": "Launch Benchmark.js Benchmark Debug", + "name": "Launch Tatami NG Benchmark Debug", "cwd": "${workspaceFolder}", "runtimeExecutable": "pnpm", - "runtimeArgs": ["run", "benchmark:benchmark.js:debug"], - "skipFiles": ["/**"], - "stopOnEntry": true - }, - { - "type": "node", - "request": "launch", - "name": "Launch Mitata Benchmark Debug", - "cwd": "${workspaceFolder}", - "runtimeExecutable": "pnpm", - "runtimeArgs": ["run", "benchmark:mitata:debug"], + "runtimeArgs": ["run", "benchmark:tatami-ng:debug"], "skipFiles": ["/**"], "stopOnEntry": true }