diff --git a/docs/config/index.md b/docs/config/index.md index 8708ea3b4457..8a62a620bdd2 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -303,6 +303,10 @@ When defined, Vitest will run all matched files with `import.meta.vitest` inside Custom reporter for output. Can contain one or more built-in report names, reporter instances, and/or paths to custom reporters. +#### benchmark.outputFile + +Deprecated in favor of `benchmark.outputJson`. + #### benchmark.outputJson {#benchmark-outputJson} - **Type:** `string | undefined`