Package org.pentaho.di.core.row
Class SpeedTest
- java.lang.Object
-
- org.pentaho.di.core.row.SpeedTest
-
public class SpeedTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ITERATIONS
-
Constructor Summary
Constructors Constructor Description SpeedTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
long
runTestMixed10(int iterations)
long
runTestMixed100(int iterations)
long
runTestMixed1000(int iterations)
long
runTestStrings10(int iterations)
long
runTestStrings100(int iterations)
long
runTestStrings1000(int iterations)
-
-
-
Field Detail
-
ITERATIONS
public static final int ITERATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
runTestStrings10
public long runTestStrings10(int iterations) throws KettleValueException
- Throws:
KettleValueException
-
runTestMixed10
public long runTestMixed10(int iterations) throws KettleValueException
- Throws:
KettleValueException
-
runTestStrings100
public long runTestStrings100(int iterations) throws KettleValueException
- Throws:
KettleValueException
-
runTestMixed100
public long runTestMixed100(int iterations) throws KettleValueException
- Throws:
KettleValueException
-
runTestStrings1000
public long runTestStrings1000(int iterations) throws KettleValueException
- Throws:
KettleValueException
-
runTestMixed1000
public long runTestMixed1000(int iterations) throws KettleValueException
- Throws:
KettleValueException
-
main
public static void main(String[] args) throws KettleValueException
- Throws:
KettleValueException
-
-