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." |
mbligh | 8e7963f | 2009-01-05 20:47:50 +0000 | [diff] [blame] | 5 | TEST_CATEGORY = "Functional" |
| 6 | TEST_CLASS = "General" |
| 7 | TEST_TYPE = "client" |
| 8 | TIME = "SHORT" |
Kelly Lucas | f6ea9a1 | 2010-05-21 15:25:38 -0700 | [diff] [blame] | 9 | DOC = """ |
| 10 | The test simulates some of the disk IO common in creating, compiling, patching, |
| 11 | stating and reading kernel trees. It indirectly measures how well filesystems |
| 12 | can maintain directory locality as the disk fills up and directories age. |
mbligh | 8e7963f | 2009-01-05 20:47:50 +0000 | [diff] [blame] | 13 | """ |
| 14 | job.run_test("compilebench") |