public final class TestRunner extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
runTest(String[] profilers,
String... classNames) |
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
org.openjdk.jmh.runner.RunnerExceptionpublic static void runTest(String[] profilers, String... classNames) throws org.openjdk.jmh.runner.RunnerException
classNames - simple class name of a class that contains benchmarks to runprofilers - array of profiler keysorg.openjdk.jmh.runner.RunnerException - if there's a problem running benchmarksCopyright © 2007-2021 Red Hat, Inc. All Rights Reserved