1# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "Chrome OS Team" 6NAME = "platform_LibCBench" 7PURPOSE = "A LibCBenchmark." 8CRITERIA = """ 9No specific criteria. 10""" 11TIME = "SHORT" 12TEST_CATEGORY = "Benchmark" 13TEST_CLASS = "platform" 14TEST_TYPE = "client" 15 16DOC = """ 17Runs the libc-bench benchmark originally from http://www.etalabs.net/libc-bench.html 18""" 19 20if args: 21 args = args[0].split(':') 22job.run_test('platform_LibCBench', args=args) 23