aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@chromium.org>2018-04-09 15:49:00 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-04-10 19:13:27 -0700
commit7e81190904a5dc41d74c52a73dfbde6a0cbba37d (patch)
tree852ea7316e4ac25dd5a69caecfcd5877651c3960
parent615af323b75efe9e43f99e735b7e3618b4179589 (diff)
downloadtoolchain-utils-7e81190904a5dc41d74c52a73dfbde6a0cbba37d.tar.gz
crosperf: filter result for jetstream and cros_ui_smoothness
This CL removes most of data point for jetstream and cros_ui_smooothness benchmark from the final report of crosperf. It only keeps the summary numbers. BUG=none TEST=run crosperf, only summary data were shown for these two benchmarks. Change-Id: I4482e848700ee9555ad713a07095fe9db89f7747 Reviewed-on: https://chromium-review.googlesource.com/1003386 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Yunlian Jiang <yunlian@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
-rw-r--r--crosperf/default-telemetry-results.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/crosperf/default-telemetry-results.json b/crosperf/default-telemetry-results.json
index e5567fd5..acd9a001 100644
--- a/crosperf/default-telemetry-results.json
+++ b/crosperf/default-telemetry-results.json
@@ -196,5 +196,11 @@
],
"dromaeo.jslibmodifyjquery": [
"jslib_modify_jquery__jslib_modify_jquery"
+ ],
+ "jetstream": [
+ "Score__summary"
+ ],
+ "cros_ui_smoothness": [
+ "ui_percentage_smooth__summary"
]
}