@Beta public class PerformanceMeasurer extends Object
| Constructor and Description |
|---|
PerformanceMeasurer() |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceTestResult |
run(PerformanceTestDescriptor options)
Runs a performance test.
|
protected static void |
runConcurrentAndBlock(com.google.common.util.concurrent.ListeningExecutorService executor,
Runnable job,
int numConcurrentJobs) |
public static PerformanceTestResult run(PerformanceTestDescriptor options)
protected static void runConcurrentAndBlock(com.google.common.util.concurrent.ListeningExecutorService executor,
Runnable job,
int numConcurrentJobs)
throws InterruptedException,
ExecutionException
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.