public class BenchmarkConfig extends Object implements Iterable<BenchmarkDefinition>
| Constructor and Description |
|---|
BenchmarkConfig(String configFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDelay() |
int |
getRepetitions() |
Iterator<BenchmarkDefinition> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic BenchmarkConfig(String configFile)
public Iterator<BenchmarkDefinition> iterator()
iterator in interface Iterable<BenchmarkDefinition>public int getDelay()
public int getRepetitions()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.