1# Copyright 2018 The Chromium OS 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 5NAME = "platform_ScrollTest" 6PURPOSE = "Scroll up and down pressure test." 7CRITERIA = """ 8 9""" 10AUTHOR="Yi Xu" 11ATTRIBUTES = "suite:crosbolt_perf_nightly" 12TIME = "SHORT" 13TEST_CATEGORY = "Benchmark" 14TEST_CLASS = "performance" 15TEST_TYPE = "client" 16DOC = """ 17Opens some tough compositing websites, verify the fps rate when the page is 18scrolled up and down. 19""" 20 21job.run_test('platform_ScrollTest') 22