aboutsummaryrefslogtreecommitdiff
path: root/crosperf/benchmark.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2018-12-18 15:54:49 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-12-20 13:49:40 -0800
commit219e3b7cbbe1d62a7e23000180bbdb3f1acdc2e5 (patch)
tree37a78e03aa708d8b4a2c7f36efb7c0ddf03fd164 /crosperf/benchmark.py
parentef4b788bb5a1ba47881c73901228a07f5430ad4c (diff)
downloadtoolchain-utils-219e3b7cbbe1d62a7e23000180bbdb3f1acdc2e5.tar.gz
toolchain-utils: Add loading.desktop@@typical to nightly tests.
page_cycler_v2.typical_25 is deprecated (and flaky!). The recommended replacement is loading.desktop@@typical. This CL updates our nightly performance test infrastructure to handle loading.desktop@@typical. BUG=chromium:916340 TEST=Tested with nightly run on chrotomation2. Change-Id: I6366b3a8e6a2926ad759a209cfded890e3109810 Reviewed-on: https://chromium-review.googlesource.com/1382826 Commit-Ready: Caroline Tice <cmtice@chromium.org> Tested-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'crosperf/benchmark.py')
-rw-r--r--crosperf/benchmark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crosperf/benchmark.py b/crosperf/benchmark.py
index 967cfff4..6869bacb 100644
--- a/crosperf/benchmark.py
+++ b/crosperf/benchmark.py
@@ -17,6 +17,7 @@ _estimated_stddev = {
'dromaeo.domcoremodify': 0.011,
'graphics_WebGLAquarium': 0.008,
'page_cycler_v2.typical_25': 0.021,
+ 'loading.desktop': 0.021, # Copied from page_cycler initially
}