mbligh | 8e7963f | 2009-01-05 20:47:50 +0000 | [diff] [blame] | 1 | AUTHOR = "Curt Wohlgemuth <curtw@google.com>" |
| 2 | NAME = "compilebench" |
Kelly Lucas | f6ea9a1 | 2010-05-21 15:25:38 -0700 | [diff] [blame] | 3 | PURPOSE = "Benchmark the filesystem performance." |
| 4 | CRITERIA = "Compilebench is a filesystem performance test." |
Mike Truty | ea8e44d | 2012-04-24 12:15:25 -0700 | [diff] [blame^] | 5 | SUITE = "kernel.daily.benchmarks" |
mbligh | 8e7963f | 2009-01-05 20:47:50 +0000 | [diff] [blame] | 6 | TEST_CATEGORY = "Functional" |
| 7 | TEST_CLASS = "General" |
| 8 | TEST_TYPE = "client" |
| 9 | TIME = "SHORT" |
Kelly Lucas | f6ea9a1 | 2010-05-21 15:25:38 -0700 | [diff] [blame] | 10 | DOC = """ |
| 11 | The test simulates some of the disk IO common in creating, compiling, patching, |
| 12 | stating and reading kernel trees. It indirectly measures how well filesystems |
| 13 | can maintain directory locality as the disk fills up and directories age. |
mbligh | 8e7963f | 2009-01-05 20:47:50 +0000 | [diff] [blame] | 14 | """ |
| 15 | job.run_test("compilebench") |