com.carrotsearch.hppc.jub
Class ObjectArrayListBenchmark

java.lang.Object
  extended by com.carrotsearch.junitbenchmarks.AbstractBenchmark
      extended by com.carrotsearch.hppc.jub.ObjectArrayListBenchmark

public class ObjectArrayListBenchmark
extends com.carrotsearch.junitbenchmarks.AbstractBenchmark

Benchmark tests for ObjectArrayList.


Field Summary
static int CELLS
           
 
Fields inherited from class com.carrotsearch.junitbenchmarks.AbstractBenchmark
benchmarkRun
 
Constructor Summary
ObjectArrayListBenchmark()
           
 
Method Summary
static void before()
           
static void cleanup()
           
 void testDirectBufferLoop()
           
 void testDirectBufferWithNewFor()
           
 void testIterableCursor()
           
 void testSimpleGetLoop()
           
 void testWithProcedureClosure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CELLS

public static final int CELLS
See Also:
Constant Field Values
Constructor Detail

ObjectArrayListBenchmark

public ObjectArrayListBenchmark()
Method Detail

before

public static void before()

cleanup

public static void cleanup()

testSimpleGetLoop

public void testSimpleGetLoop()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testDirectBufferLoop

public void testDirectBufferLoop()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testIterableCursor

public void testIterableCursor()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testWithProcedureClosure

public void testWithProcedureClosure()

testDirectBufferWithNewFor

public void testDirectBufferWithNewFor()
                                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 Carrot Search s.c.. All Rights Reserved.