1*9c5db199SXin LiAUTHOR = "Curt Wohlgemuth <[email protected]>" 2*9c5db199SXin LiNAME = "compilebench" 3*9c5db199SXin LiPURPOSE = "Benchmark the filesystem performance." 4*9c5db199SXin LiCRITERIA = "Compilebench is a filesystem performance test." 5*9c5db199SXin LiATTRIBUTES = "suite:hwqual, suite:kernel_daily_benchmarks" 6*9c5db199SXin LiTEST_CATEGORY = "Functional" 7*9c5db199SXin LiTEST_CLASS = "General" 8*9c5db199SXin LiTEST_TYPE = "client" 9*9c5db199SXin LiTIME = "SHORT" 10*9c5db199SXin LiDOC = """ 11*9c5db199SXin LiThe test simulates some of the disk IO common in creating, compiling, patching, 12*9c5db199SXin Listating and reading kernel trees. It indirectly measures how well filesystems 13*9c5db199SXin Lican maintain directory locality as the disk fills up and directories age. 14*9c5db199SXin Li""" 15*9c5db199SXin Lijob.run_test("compilebench") 16