public abstract class Benchmark extends Object
| Constructor and Description |
|---|
Benchmark() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
run(Iterable<RepositoryFixture> fixtures)
Runs this benchmark against all the given repository fixtures.
|
void |
run(Iterable<RepositoryFixture> fixtures,
List<Integer> concurrencyLevels) |
String |
toString() |
public abstract void run(Iterable<RepositoryFixture> fixtures)
fixtures - repository fixturespublic void run(Iterable<RepositoryFixture> fixtures, List<Integer> concurrencyLevels)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.