aboutsummaryrefslogtreecommitdiff
path: root/crosperf/default-telemetry-results.json
diff options
context:
space:
mode:
authorTiancong Wang <tcwang@google.com>2019-08-30 11:34:05 -0700
committerTiancong Wang <tcwang@google.com>2019-08-30 20:58:07 +0000
commitd8bf28159ce917dfc60f9065c333762e957426f7 (patch)
tree04dbe6a9a3638e94079fd0c3ee2f19b85f5d8531 /crosperf/default-telemetry-results.json
parentbd4d706e62197cca91a9ebc031eab86444c19635 (diff)
downloadtoolchain-utils-d8bf28159ce917dfc60f9065c333762e957426f7.tar.gz
crosperf: Add support for using aquarium in Telemetry.
We want to test the story aquarium in rendering.desktop and see the results comparison with graphics_WebGLAquarium in autotest. This patch adds support to filter out the most important metric to display in the report for the two aquarium stories (with different number of fish). Also fix the logic of reading histogram results when there's None value in the list. Also add the test to toolchain nightly tests. BUG=None TEST=crosperf --board=nami with the two benchmarks Change-Id: Ia1aa6bf796bee78bf6199332a07f4b96aa084845 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1779248 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Tiancong Wang <tcwang@google.com> Tested-by: Tiancong Wang <tcwang@google.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Diffstat (limited to 'crosperf/default-telemetry-results.json')
-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 e8d387c7..2a38f58f 100644
--- a/crosperf/default-telemetry-results.json
+++ b/crosperf/default-telemetry-results.json
@@ -161,5 +161,11 @@
],
"rendering.desktop": [
"Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin4_avg"
+ ],
+ "rendering.desktop@@aquarium$": [
+ "avg_surface_fps"
+ ],
+ "rendering.desktop@@aquarium_20k$": [
+ "avg_surface_fps"
]
}