Home | History | Annotate | Download | only in kernbench
      1 AUTHOR = "mbligh (a] google.com (Martin Bligh)"
      2 NAME = "Kernbench readprofile"
      3 TIME = "Medium"
      4 TEST_CLASS = "Kernel"
      5 TEST_CATEGORY = "Benchmark"
      6 TEST_TYPE = "client"
      7 DOC = """
      8 Run kernbench using the readprofile profiler.
      9 """
     10 
     11 job.profilers.add('readprofile')
     12 job.run_test('kernbench', iterations=0, threads=5)
     13 job.profilers.delete('readprofile')
     14