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