org.scalabench.plugins.dacapo.config
Class BenchmarkConfiguration
java.lang.Object
org.scalabench.plugins.dacapo.config.BenchmarkConfiguration
public class BenchmarkConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BenchmarkConfiguration
public BenchmarkConfiguration()
getHarnessClass
public String getHarnessClass()
getThreadModel
public String getThreadModel()
- Returns the benchmark's thread model.
Can be
SINGLE, FIXED, or PER_CPU.
getSizes
public List<Size> getSizes()
- Returns the benchmark's input sizes.
The following benchmark sizes are commonly used:
tiny
small
default
large
huge
gargantuan
colossal
getDescription
public Description getDescription()
Copyright © 2010-2012 Technische Universität Darmstadt. All Rights Reserved.