refactor(benchmark): finish migration to tatami-ng
[poolifier.git] / .vscode / launch.json
index 921886b80a6fe89f7f2b9ca7e27d41b85cff39a6..f3ee906a97792bd1633cb675a79483f0bb2ba636 100644 (file)
     {
       "type": "node",
       "request": "launch",
-      "name": "Launch Mitata Benchmark Debug",
+      "name": "Launch Tatami NG Benchmark Debug",
       "cwd": "${workspaceFolder}",
       "runtimeExecutable": "pnpm",
-      "runtimeArgs": ["run", "benchmark:mitata:debug"],
+      "runtimeArgs": ["run", "benchmark:tatami-ng:debug"],
       "skipFiles": ["<node_internals>/**"],
       "stopOnEntry": true
     }