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