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

Unified Diff: tools/perf/chromium.perf.fyi.extras.json

Issue 2973733002: Enable loading.desktop benchmark with network service enabled on perf fyi bot. (Closed)
Patch Set: . Created 3 years, 5 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/perf/chromium.perf.fyi.extras.json
diff --git a/tools/perf/chromium.perf.fyi.extras.json b/tools/perf/chromium.perf.fyi.extras.json
new file mode 100644
index 0000000000000000000000000000000000000000..4eafcc19775a733c536005d3c5a34b2de6232b76
--- /dev/null
+++ b/tools/perf/chromium.perf.fyi.extras.json
@@ -0,0 +1,27 @@
+{
martiniss 2017/07/06 22:11:22 Can you add a comment in this file about what this
yzshen1 2017/07/07 18:02:44 Done.
+ "Mojo Linux Perf": {
+ "isolated_scripts": [
+ {
+ "args": [
+ "loading.desktop.network_service",
+ "-v",
+ "--upload-results",
+ "--output-format=chartjson",
+ "--browser=release"
+ ],
+ "isolate_name": "telemetry_perf_tests",
+ "name": "loading.desktop.network_service",
+ "override_compile_targets": [
+ "telemetry_perf_tests"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "expiration": 36000,
+ "hard_timeout": 10800,
+ "ignore_task_failure": false,
+ "io_timeout": 3600
+ }
+ }
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698