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, wait
forEach, spliterator
public BenchmarkConfig(String configFile)
public Iterator<BenchmarkDefinition> iterator()
iterator
in interface Iterable<BenchmarkDefinition>
public int getDelay()
public int getRepetitions()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.