Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / silk.py
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 from telemetry import test
5
6 from measurements import thread_times
7
8 class SilkKeySilkCases(test.Test):
9   """Measures timeline metrics while performing smoothness action on
10   key silk cases.
11
12   http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
13   test = thread_times.ThreadTimes
14   page_set = 'page_sets/key_silk_cases.json'
15   options = {"report_silk_results": True}