Commit 7b934485 authored by Nicolás Peña Moreno's avatar Nicolás Peña Moreno Committed by Commit Bot

Update blink_perf documentation

Running with --test-path seems to no longer be supported. This CL updates the
documentation to use story-filter.

Change-Id: I9e202ef4a4b8474acbf1d8af4f81d44c1ffaf85a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946429
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: default avatarAnnie Sullivan <sullivan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720638}
parent 7a56e05e
......@@ -180,9 +180,13 @@ viewer won't be supported.
**Running tests with Telemetry**
Assuming your current directory is `chromium/src/`, you can run tests with:
There are several `blink_perf` benchmarks. You can see the full list in
`third_party/blink/perf_tests` or by running
`tools/perf/run_benchmark list | grep blink_perf`. If you want to run the
`blink_perf.paint` benchmark and your current directory is `chromium/src/`, you
can run tests with:
`./tools/perf/run_benchmark run blink_perf [--test-path=<path to your tests>]`
`./tools/perf/run_benchmark run blink_perf.paint [--story-filter=<test_file_name>]`
For information about all supported options, run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment