16 lines
600 B
Plaintext
16 lines
600 B
Plaintext
AUTHOR = "Curt Wohlgemuth <curtw@google.com>"
|
|
NAME = "compilebench"
|
|
PURPOSE = "Benchmark the filesystem performance."
|
|
CRITERIA = "Compilebench is a filesystem performance test."
|
|
ATTRIBUTES = "suite:hwqual, suite:kernel_daily_benchmarks"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "General"
|
|
TEST_TYPE = "client"
|
|
TIME = "SHORT"
|
|
DOC = """
|
|
The test simulates some of the disk IO common in creating, compiling, patching,
|
|
stating and reading kernel trees. It indirectly measures how well filesystems
|
|
can maintain directory locality as the disk fills up and directories age.
|
|
"""
|
|
job.run_test("compilebench")
|