blob: aa8b0f0e7e0121012db232b654a5645f5c8b5645 [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."
Mike Trutyea8e44d2012-04-24 12:15:25 -07005SUITE = "kernel.daily.benchmarks"
mbligh8e7963f2009-01-05 20:47:50 +00006TEST_CATEGORY = "Functional"
7TEST_CLASS = "General"
8TEST_TYPE = "client"
9TIME = "SHORT"
Kelly Lucasf6ea9a12010-05-21 15:25:38 -070010DOC = """
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.
mbligh8e7963f2009-01-05 20:47:50 +000014"""
15job.run_test("compilebench")