summaryrefslogtreecommitdiff
path: root/docs/yaml/functions
diff options
context:
space:
mode:
authortaz-007 <taz.007@zoho.com>2024-01-03 19:17:17 +0100
committerDylan Baker <dylan@pnwbakers.com>2024-02-12 12:16:32 -0800
commit152a45a360e01d8911b4f2dfe17b330161618376 (patch)
tree50f2e709fa904cdef51b00ad2c670da28f136597 /docs/yaml/functions
parentadf09b8316706fe75fd7255125056b077ce05edb (diff)
downloadmeson-152a45a360e01d8911b4f2dfe17b330161618376.tar.gz
doc: benchmark: correct usage on unix
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r--docs/yaml/functions/benchmark.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/functions/benchmark.yaml b/docs/yaml/functions/benchmark.yaml
index 3082fbe12..9d0ca3116 100644
--- a/docs/yaml/functions/benchmark.yaml
+++ b/docs/yaml/functions/benchmark.yaml
@@ -8,9 +8,9 @@ description: |
* benchmark() has no `is_parallel` keyword because benchmarks are not run in parallel
* benchmark() does not automatically add the `MALLOC_PERTURB_` environment variable
- Defined tests can be run in a backend-agnostic way by calling
- `meson test` inside the build dir, or by using backend-specific
- commands, such as `ninja test` or `msbuild RUN_TESTS.vcxproj`.
+ Defined benchmarks can be run in a backend-agnostic way by calling
+ `meson test --benchmark` inside the build dir, or by using backend-specific
+ commands, such as `ninja benchmark` or `msbuild RUN_TESTS.vcxproj`.
notes:
- Prior to 0.52.0 benchmark would warn that `depends` and