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