12 lines
269 B
Text
12 lines
269 B
Text
AUTHOR = "mbligh@google.com (Martin Bligh)"
|
|
NAME = "Kernbench"
|
|
TIME = "SHORT"
|
|
TEST_CLASS = "Kernel"
|
|
TEST_CATEGORY = "Benchmark"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
A standard CPU benchmark. Runs a kernel compile and measures the performance.
|
|
"""
|
|
|
|
job.run_test('kernbench')
|