blob: 8ba4e6903fe3919fc5b659808c7c47f16d97d193 [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 Octane Benchmark"
SUITE = "perf_v2"
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "suite"
TEST_TYPE = "server"
DOC = """
This server side test suite executes the Telemetry Octane Benchmark.
This is part of our effort to support Chrome for Chrome OS performance testing.
"""
def run_benchmark(machine):
host = hosts.create_host(machine)
job.run_test("telemetry_OctaneBenchmark", host=host)
parallel_simple(run_benchmark, machines)