blob: 8f7526f7a33a0730d141962ff0935d0dee96d7fc [file] [log] [blame]
# Copyright (c) 2014 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 = 'sbasi, achuith, rohitbm'
NAME = 'telemetry_Benchmarks.webrtc.webrtc_cases'
SUITE = 'performance'
TIME = 'LONG'
TEST_CATEGORY = 'Benchmark'
TEST_CLASS = 'performance'
TEST_TYPE = 'server'
DOC = '''
This server side test suite executes the Telemetry Benchmark:
webrtc.webrtc_cases
'''
def run_benchmark(machine):
host = hosts.create_host(machine)
job.run_test("telemetry_Benchmarks", host=host,
benchmark="webrtc.webrtc_cases", tag="webrtc.webrtc_cases")
parallel_simple(run_benchmark, machines)