aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_factory.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-09-26 09:52:19 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-26 11:31:26 -0700
commit33b6586b464e590d85781f63bd6bca9518deeaf4 (patch)
tree6495eee2947e0699a0b16d8f9aed552d51d68705 /crosperf/experiment_factory.py
parent4bf85d17e38c3f36f64c761a0743591d296f41a5 (diff)
downloadtoolchain-utils-33b6586b464e590d85781f63bd6bca9518deeaf4.tar.gz
[crosperf] Add new results fields for other page_cycler_v2 tests.
This Cl adds the default result fields for the other page_cycler_v2 tests (already done for page_cycler_v2.typical_25). It also temporarily removes some tests from the all_pagecyclers set, as they appear to have been removed from telemetry. Will remove these permanently when this is confirmed. BUG=chromium:650307 TEST=Ran crosperf with all_pagecyclers. Change-Id: I9e6c3ae140f66a11d792350b74c8897df74d944c Reviewed-on: https://chrome-internal-review.googlesource.com/289865 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'crosperf/experiment_factory.py')
-rw-r--r--crosperf/experiment_factory.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/crosperf/experiment_factory.py b/crosperf/experiment_factory.py
index e04f93f5..fac9a9a8 100644
--- a/crosperf/experiment_factory.py
+++ b/crosperf/experiment_factory.py
@@ -35,9 +35,9 @@ telemetry_pagecycler_tests = ['page_cycler_v2.intl_ar_fa_he',
'page_cycler_v2.intl_hi_ru',
'page_cycler_v2.intl_ja_zh',
'page_cycler_v2.intl_ko_th_vi',
- 'page_cycler_v2.morejs',
- 'page_cycler_v2.moz',
- 'page_cycler_v2.netsim.top_10',
+# 'page_cycler_v2.morejs',
+# 'page_cycler_v2.moz',
+# 'page_cycler_v2.netsim.top_10',
'page_cycler_v2.tough_layout_cases',
'page_cycler_v2.typical_25']