Package org.eclipse.jetty.util
Class PoolStrategyBenchmark
- java.lang.Object
-
- org.eclipse.jetty.util.PoolStrategyBenchmark
-
public class PoolStrategyBenchmark extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PoolStrategyBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
setUp()
void
tearDown()
void
testAcquireReleasePoolWithStrategy()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
public void tearDown()
-
testAcquireReleasePoolWithStrategy
public void testAcquireReleasePoolWithStrategy()
-
main
public static void main(java.lang.String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
-