blob: 86d2261e53108fb3501aba8a3738fb01790a8085 [file] [log] [blame]
# Copyright 2016 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.
from autotest_lib.client.common_lib import utils
AUTHOR = 'Chrome OS team'
NAME = 'telemetry_Benchmarks.page_cycler_v2.typical_25'
ATTRIBUTES = 'suite:crosbolt_perf_nightly'
TIME = 'LONG'
TEST_CATEGORY = 'Benchmark'
TEST_CLASS = 'performance'
TEST_TYPE = 'server'
DOC = '''
This server side test suite executes the Telemetry Benchmark:
page_cycler_v2.typical_25
This is part of Chrome for Chrome OS performance testing.
Pass local=True to run with local telemetry and no AFE server.
'''
def run_benchmark(machine):
host = hosts.create_host(machine)
job.run_test('telemetry_Benchmarks', host=host,
benchmark='page_cycler_v2.typical_25',
tag='page_cycler_v2.typical_25',
args=utils.args_to_dict(args))
parallel_simple(run_benchmark, machines)