docs: benchmarks: explain story filter is a regex
TBR=lizeb@chromium.org Bug: None Change-Id: I07b5e45a25d7f85323f566f66b3a2c2abe6148a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991425 Reviewed-by: Egor Pasko <pasko@chromium.org> Reviewed-by: Benoit L <lizeb@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#729347}
This commit is contained in:
@ -173,8 +173,9 @@ create a new job, and fill in the required details:
|
||||
* **Benchmark**: The name of the benchmark to run. If you are interested in
|
||||
memory try `system_health.memory_mobile` or `system_health.memory_desktop`
|
||||
as appropriate.
|
||||
* **Story** (optional): A pattern passed to Telemetry's `--story-filter`
|
||||
option to only run stories that match the pattern.
|
||||
* **Story** (optional): A pattern (Python regular expression) passed to
|
||||
Telemetry's `--story-filter` option to only run stories that match the
|
||||
pattern.
|
||||
* **Extra Test Arguments** (optional): Additional command line arguments for
|
||||
Telemetry's `run_benchmark`. Of note, if you are interested in running a
|
||||
small but representative sample of system health stories you can pass
|
||||
|
Reference in New Issue
Block a user