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