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 5 AUTHOR = "Chrome OS Team" 6 NAME = "platform_LibCBench" 7 PURPOSE = "A LibCBenchmark." 8 CRITERIA = """ 9 No specific criteria. 10 """ 11 TIME = "SHORT" 12 TEST_CATEGORY = "Benchmark" 13 TEST_CLASS = "platform" 14 TEST_TYPE = "client" 15 16 DOC = """ 17 Runs the libc-bench benchmark originally from http://www.etalabs.net/libc-bench.html 18 """ 19 20 if args: 21 args = args[0].split(':') 22 job.run_test('platform_LibCBench', args=args) 23