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