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