blob: 4d935accc520dbee5a1f3b25d28eae36805f8958 [file] [log] [blame]
AUTHOR = "mbligh@google.com (Martin Bligh)"
NAME = "Kernbench readprofile"
TIME = "Medium"
TEST_CLASS = "Kernel"
TEST_CATEGORY = "Benchmark"
TEST_TYPE = "client"
EXPERIMENTAL = "True"
DOC = """
Run kernbench using the readprofile profiler.
"""
job.profilers.add('readprofile')
job.run_test('kernbench', iterations=0, threads=5)
job.profilers.delete('readprofile')