Modifier and Type | Method and Description |
---|---|
static BenchResult |
run(BenchTest test)
|
static BenchResult |
run(BenchTest test,
TimeStrategy time)
Runs the test several time and returns the time spent.
|
public static BenchResult run(BenchTest test)
test
- the test to benchpublic static BenchResult run(BenchTest test, TimeStrategy time)
test
- the test to runtime
- the time strategy