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