blob: 64fb6243807e33c04d8ab8592c6a1d7ad0e7bcba [file] [log] [blame]
mbligh8e7963f2009-01-05 20:47:50 +00001AUTHOR = "Curt Wohlgemuth <curtw@google.com>"
2NAME = "compilebench"
Kelly Lucasf6ea9a12010-05-21 15:25:38 -07003PURPOSE = "Benchmark the filesystem performance."
4CRITERIA = "Compilebench is a filesystem performance test."
Shuqian Zhaoaa7ec8c2015-05-06 11:11:58 -07005ATTRIBUTES = "suite:hwqual, suite:kernel_daily_benchmarks"
Scott Zawalskiabb097b2012-05-22 17:36:35 -04006SUITE = "kernel_daily_benchmarks, hwqual"
mbligh8e7963f2009-01-05 20:47:50 +00007TEST_CATEGORY = "Functional"
8TEST_CLASS = "General"
9TEST_TYPE = "client"
10TIME = "SHORT"
Kelly Lucasf6ea9a12010-05-21 15:25:38 -070011DOC = """
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.
mbligh8e7963f2009-01-05 20:47:50 +000015"""
16job.run_test("compilebench")