Home | History | Annotate | Download | only in autotest_control
      1 AUTHOR = "Sudhir Kumar <skumar (a] linux.vnet.ibm.com>"
      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