| Index: tools/perf/benchmarks/thread_times.py
|
| diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py
|
| index c8b01fdd3df3e6e4940dbb6220606de38daefb2e..a94c324f4d40502106d246d2553fe19b39ce9b5b 100644
|
| --- a/tools/perf/benchmarks/thread_times.py
|
| +++ b/tools/perf/benchmarks/thread_times.py
|
| @@ -47,7 +47,7 @@ class ThreadTimesFastPathMobileSites(_ThreadTimes):
|
| key mobile sites labeled with fast-path tag.
|
| http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
|
| page_set = page_sets.KeyMobileSitesSmoothPageSet
|
| - options = {'page_label_filter' : 'fastpath'}
|
| + options = {'story_label_filter' : 'fastpath'}
|
|
|
| @classmethod
|
| def Name(cls):
|
|
|