blob: b9df5a977e425f6b67b43d35ecf7b31d59f73022 [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.
AUTHOR = "chromeos-perf"
NAME = "Telemetry Dromaeo Core Modify Benchmark"
SUITE = "perf_v2"
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.
"""
def run_benchmark(machine):
host = hosts.create_host(machine)
job.run_test("telemetry_Benchmarks", host=host, benchmark="dromaeo",
page_sets=["dromaeo/domcoremodify.json"],
tag="dromaeo_domcoremodify")
parallel_simple(run_benchmark, machines)