public class SpeedTest extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ITERATIONS |
Constructor and Description |
---|
SpeedTest() |
Modifier and Type | Method and 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) |
public static final int ITERATIONS
public long runTestStrings10(int iterations) throws KettleValueException
KettleValueException
public long runTestMixed10(int iterations) throws KettleValueException
KettleValueException
public long runTestStrings100(int iterations) throws KettleValueException
KettleValueException
public long runTestMixed100(int iterations) throws KettleValueException
KettleValueException
public long runTestStrings1000(int iterations) throws KettleValueException
KettleValueException
public long runTestMixed1000(int iterations) throws KettleValueException
KettleValueException
public static void main(String[] args) throws KettleValueException
KettleValueException