From ba6e05c5b02d9e7c820b7d6054f795a866287dff Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Sun, 29 Sep 2024 14:10:53 +0900 Subject: [PATCH] docs: tweak --- docs/config/index.md | 4 ++++ 1 file changed, 4 insertions(+) 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`