summaryrefslogtreecommitdiffstats
path: root/tools/perf/perf_tools/scrolling_benchmark.py
blob: cc3ddad9fdc385ccd589322c20c2d65e03ff1407 (plain)
1
2
3
4
5
6
7
8
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from perf_tools import smoothness_benchmark

class ScrollingBenchmark(smoothness_benchmark.SmoothnessBenchmark):
  def __init__(self):
    super(ScrollingBenchmark, self).__init__()