Home | History | Annotate | Download | only in hackbench
      1 AUTHOR = "ncrao (a] google.com (Nikhil Rao)"
      2 NAME = "Hackbench"
      3 ATTRIBUTES = "suite:kernel_per-build_benchmarks"
      4 SUITE = "kernel_per-build_benchmarks"
      5 TIME = "SHORT"
      6 TEST_CLASS = "Kernel"
      7 TEST_CATEGORY = "Benchmark"
      8 TEST_TYPE = "client"
      9 
     10 DOC = """
     11 Hackbench is a benchmark for measuring the performance, overhead and
     12 scalability of the Linux scheduler.
     13 
     14 hackbench.c copied from:
     15 http://people.redhat.com/~mingo/cfs-scheduler/tools/hackbench.c
     16 """
     17 job.run_test('hackbench')
     18