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 TIME = "SHORT"
      5 TEST_CLASS = "Kernel"
      6 TEST_CATEGORY = "Benchmark"
      7 TEST_TYPE = "client"
      8 
      9 DOC = """
     10 Hackbench is a benchmark for measuring the performance, overhead and
     11 scalability of the Linux scheduler.
     12 
     13 hackbench.c copied from:
     14 http://people.redhat.com/~mingo/cfs-scheduler/tools/hackbench.c
     15 """
     16 job.run_test('hackbench')
     17