blob: 3874dabce8304517a44b57fa2de2133c216016ca [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."
mbligh8e7963f2009-01-05 20:47:50 +00005TEST_CATEGORY = "Functional"
6TEST_CLASS = "General"
7TEST_TYPE = "client"
8TIME = "SHORT"
Kelly Lucasf6ea9a12010-05-21 15:25:38 -07009DOC = """
10The test simulates some of the disk IO common in creating, compiling, patching,
11stating and reading kernel trees. It indirectly measures how well filesystems
12can maintain directory locality as the disk fills up and directories age.
mbligh8e7963f2009-01-05 20:47:50 +000013"""
14job.run_test("compilebench")