1AUTHOR = "Curt Wohlgemuth <curtw@google.com>" 2NAME = "compilebench" 3PURPOSE = "Benchmark the filesystem performance." 4CRITERIA = "Compilebench is a filesystem performance test." 5ATTRIBUTES = "suite:hwqual, suite:kernel_daily_benchmarks" 6TEST_CATEGORY = "Functional" 7TEST_CLASS = "General" 8TEST_TYPE = "client" 9TIME = "SHORT" 10DOC = """ 11The test simulates some of the disk IO common in creating, compiling, patching, 12stating and reading kernel trees. It indirectly measures how well filesystems 13can maintain directory locality as the disk fills up and directories age. 14""" 15job.run_test("compilebench") 16