Class KryoBenchmarks
- java.lang.Object
-
- com.esotericsoftware.kryo.benchmarks.KryoBenchmarks
-
public class KryoBenchmarks extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KryoBenchmarks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)To run from command line: $ mvn clean install exec:java -Dexec.args="-f 4 -wi 5 -i 3 -t 2 -w 2s -r 2s"
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionTo run from command line: $ mvn clean install exec:java -Dexec.args="-f 4 -wi 5 -i 3 -t 2 -w 2s -r 2s"Fork 0 can be used for debugging/development, eg: -f 0 -wi 1 -i 1 -t 1 -w 1s -r 1s [benchmarkClassName]
- Throws:
java.lang.Exception
-
-