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