From 427861b3233ca6aa35afae014f922c659d780f4a Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Tue, 2 Jul 2024 15:24:16 +0200 Subject: [PATCH] Update documentation in BENCHMARKS.md --- BENCHMARKS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BENCHMARKS.md b/BENCHMARKS.md index e1d0c5feb..6d2cc6100 100644 --- a/BENCHMARKS.md +++ b/BENCHMARKS.md @@ -109,6 +109,12 @@ They are JSON files with the following structure (comments are not actually supp "run_count": 3, // List of arguments to add to the Meilisearch command line. "extra_cli_args": ["--max-indexing-threads=1"], + // An expression that can be parsed as a comma-separated list of targets and levels + // as described in [tracing_subscriber's documentation](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/targets/struct.Targets.html#examples). + // The expression is used to filter the spans that are measured for profiling purposes. + // Optional, defaults to "indexing::=trace" (for indexing workloads), common other values is + // "search::=trace" + "target": "indexing::=trace", // List of named assets that can be used in the commands. "assets": { // name of the asset.