public class Benchmark extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Benchmark.Statistician
Collects statistics for a test that is run multiple times.
|
| Modifier and Type | Field and Description |
|---|---|
static Logger |
LOGGER
Certain tests are enabled only if logging is enabled at debug level or
higher.
|
| Constructor and Description |
|---|
Benchmark(String description,
Function1<Benchmark.Statistician,Void> function,
int repeat) |
public static final Logger LOGGER
public Benchmark(String description, Function1<Benchmark.Statistician,Void> function, int repeat)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.