aboutsummaryrefslogtreecommitdiff
path: root/crosperf/results_organizer.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/results_organizer.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/results_organizer.py')
-rw-r--r--crosperf/results_organizer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/results_organizer.py b/crosperf/results_organizer.py
index bda0cc17..c39119bb 100644
--- a/crosperf/results_organizer.py
+++ b/crosperf/results_organizer.py
@@ -182,7 +182,7 @@ def OrganizeResults(benchmark_runs, labels, benchmarks=None, json_report=False):
show_all_results = json_report or benchmark.show_all_results
if not show_all_results:
- summary_list = summary_file.get(benchmark.test_name)
+ summary_list = summary_file.get(benchmark.name)
if summary_list:
summary_list.append('retval')
else: