···724724725725- **Type:** `string[]`
726726- **Default:** `[]`
727727+- **CLI:** `--execArgv=<flag-1> --execArgv=<flag-2>`
727728728729Pass additional arguments to `node` in the runner worker. See [Command-line API | Node.js](https://nodejs.org/docs/latest/api/cli.html) for more information.
730730+731731+```sh
732732+vitest --execArgv=--cpu-prof --execArgv=--cpu-prof-dir=./cpu-profile
733733+```
729734730735:::warning
731736Be careful when using, it as some options may crash worker, e.g. --prof, --title. See https://github.com/nodejs/node/issues/41103.