blob: ceab875290db6b461a05d76dbcb2e9c4a253610e [file] [log] [blame]
# Copyright (c) 2013 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
UTHOR = 'sbasi, achuith, rohitbm'
NAME = 'telemetry_Benchmarks.dromaeo.domcoremodify'
SUITE = 'performance'
TIME = 'LONG'
TEST_CATEGORY = 'Benchmark'
TEST_CLASS = 'performance'
TEST_TYPE = 'server'
DOC = """
This server side test suite executes the Telemetry Dromaeo Dom Core Modify
Benchmark. 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="dromaeo.domcoremodify",
tag="dromaeo.domcoremodify",
args=utils.args_to_dict(args))
parallel_simple(run_benchmark, machines)