Modifier and Type | Method and Description |
---|---|
BenchmarkSuite |
BenchmarkSuite.add(@NotNull String name,
@NotNull Supplier<org.apache.commons.math3.stat.descriptive.DescriptiveStatistics> b)
Add new benchmark to the suite.
|
BenchmarkSuite |
BenchmarkSuite.doSanitize(boolean sanitize)
Enable or disable result sanitization.
|
BenchmarkSuite |
BenchmarkSuite.runMatching(@Nullable Pattern[] positive,
@Nullable Pattern[] negatve)
Run all benchmarks (filtered by positive and negative matches.
|
BenchmarkSuite |
BenchmarkSuite.setScale(TimeUnit scale)
Set scaling factor for displaying results.
|
Copyright © 2018. All rights reserved.