22 lines
589 B
Plaintext
22 lines
589 B
Plaintext
# Copyright 2018 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
NAME = "platform_MouseScrollTest"
|
|
PURPOSE = "Scroll up and down with mouse pressure test."
|
|
CRITERIA = """
|
|
|
|
"""
|
|
AUTHOR="Yi Xu"
|
|
ATTRIBUTES = "suite:crosbolt_perf_nightly"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Benchmark"
|
|
TEST_CLASS = "performance"
|
|
TEST_TYPE = "client"
|
|
DOC = """
|
|
Opens some tough compositing websites, verify the fps rate when the page is
|
|
scrolled up and down by mouse.
|
|
"""
|
|
|
|
job.run_test('platform_MouseScrollTest')
|