Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: tools/android/loading/cloud/frontend/README.md

Issue 1962283002: tools/android/loading Support "report" tasks in the Clovis frontend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@report
Patch Set: Review comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/android/loading/cloud/frontend/README.md
diff --git a/tools/android/loading/cloud/frontend/README.md b/tools/android/loading/cloud/frontend/README.md
index 7e0689845604ce9d6ead9953194f7e91a1ff2935..1384d10ce016bb9349324a636cadfe0088bd6e4c 100644
--- a/tools/android/loading/cloud/frontend/README.md
+++ b/tools/android/loading/cloud/frontend/README.md
@@ -7,7 +7,8 @@
Visit the application URL in your browser, and upload a JSON dictionary with the
following keys:
-- `action` (string): the action to perform. Only `trace` is supported.
+- `action` (string): the action to perform. Only `trace` and `report` are
+ supported.
- `action_params` (dictionary): the parameters associated to the action.
See below for more details.
- `backend_params` (dictionary): the parameters configuring the backend for
@@ -30,12 +31,22 @@ following keys:
### Parameters for the `trace` action
+The trace action takes a list of URLs as input and generates a list of traces by
+running Chrome.
+
- `urls` (list of strings): the list of URLs to process.
- `repeat_count` (integer, optional): the number of traces to be generated
for each URL. Defaults to 1.
- `emulate_device` (string, optional): the device to emulate (e.g. `Nexus 4`).
- `emulate_network` (string, optional): the network to emulate.
+### Parameters for the `report` action
+
+Finds all the traces in the bucket (specified in the backend parameters) and
+generates a report in BigQuery.
+
+This action has no parameters.
+
## Development
### Design overview

Powered by Google App Engine
This is Rietveld 408576698