Home | History | Annotate | Download | only in dbench
      1 TIME="SHORT"
      2 AUTHOR = "Martin Bligh <mbligh (a] google.com>"
      3 DOC = """
      4 dbench is one of our standard kernel stress tests.  It produces filesystem
      5 load like netbench originally did, but involves no network system calls.
      6 Its results include throughput rates, which can be used for performance
      7 analysis.
      8 
      9 More information on dbench can be found here:
     10 http://samba.org/ftp/tridge/dbench/README
     11 
     12 Currently it needs to be updated in its configuration. It is a great test for
     13 the higher level I/O systems but barely touches the disk right now.
     14 """
     15 NAME = 'dbench'
     16 ATTRIBUTES = "suite:kernel_daily_benchmarks"
     17 TEST_CLASS = 'kernel'
     18 TEST_CATEGORY = 'Functional'
     19 TEST_TYPE = 'client'
     20 
     21 job.run_test('dbench')
     22