summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/benchmark.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/benchmark.yaml')
-rw-r--r--docs/yaml/functions/benchmark.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/yaml/functions/benchmark.yaml b/docs/yaml/functions/benchmark.yaml
index da465aa83..3082fbe12 100644
--- a/docs/yaml/functions/benchmark.yaml
+++ b/docs/yaml/functions/benchmark.yaml
@@ -104,3 +104,11 @@ kwargs:
The starting order of tests with identical priorities is
implementation-defined. The default priority is 0, negative numbers are
permitted.
+
+ verbose:
+ type: bool
+ since: 0.62.0
+ default: false
+ description: |
+ if true, forces the test results to be logged as if `--verbose` was passed
+ to `meson test`.