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" 6SUITE = "kernel_daily_benchmarks, hwqual" 7TEST_CATEGORY = "Functional" 8TEST_CLASS = "General" 9TEST_TYPE = "client" 10TIME = "SHORT" 11DOC = """ 12The test simulates some of the disk IO common in creating, compiling, patching, 13stating and reading kernel trees. It indirectly measures how well filesystems 14can maintain directory locality as the disk fills up and directories age. 15""" 16job.run_test("compilebench") 17