X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=921886b80a6fe89f7f2b9ca7e27d41b85cff39a6;hb=b5e67f284f8ca20d03c14b53e1a7cf890fca24a7;hp=13790c6598b5ef1dd1e777123b44cb2c4622e462;hpb=186b35b6204e3f99db481c25f2d9521b41b27c8b;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 13790c65..921886b8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,10 +17,20 @@ { "type": "node", "request": "launch", - "name": "Launch Benchmarks Debug", + "name": "Launch Benchmark.js Benchmark Debug", "cwd": "${workspaceFolder}", "runtimeExecutable": "pnpm", - "runtimeArgs": ["run", "benchmark:debug"], + "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"], "skipFiles": ["/**"], "stopOnEntry": true }