Package org.eclipse.jetty.util
Class ArrayByteBufferPoolBenchmark
- java.lang.Object
-
- org.eclipse.jetty.util.ArrayByteBufferPoolBenchmark
-
public class ArrayByteBufferPoolBenchmark extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArrayByteBufferPoolBenchmark()
-
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
testAcquireRelease()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
public void tearDown()
-
testAcquireRelease
public void testAcquireRelease()
-
main
public static void main(java.lang.String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
-