Skip to content

Commit

Permalink
Update docs/guide/performance.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
  • Loading branch information
sheremet-va and paescuj authored Dec 19, 2023
1 parent 4811411 commit 3da12a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
:::

::: note
If you are using `vmThreads` pool, you cannot disable isolation. Use `theads` pool instead to improve your tests performance.
If you are using `vmThreads` pool, you cannot disable isolation. Use `threads` pool instead to improve your tests performance.
:::

For some projects, it might also be desirable to disable parallelism to improve startup time. To do that, provide `--no-file-parallelism` flag to the CLI or set [`test.fileParallelism`](/config#fileParallelism) property in the config to `false`.
Expand Down

0 comments on commit 3da12a8

Please sign in to comment.