1 AUTHOR = "mbligh (a] google.com (Martin Bligh)" 2 NAME = "Kernbench" 3 TIME = "SHORT" 4 TEST_CLASS = "Kernel" 5 TEST_CATEGORY = "Benchmark" 6 TEST_TYPE = "client" 7 8 DOC = """ 9 A standard CPU benchmark. Runs a kernel compile and measures the performance. 10 """ 11 12 job.run_test('kernbench') 13