me.lemire.integercompression
Class Benchmark
java.lang.Object
me.lemire.integercompression.Benchmark
public class Benchmark
- extends Object
Method Summary |
static void |
main(String[] args)
|
static void |
test(int N,
int nbr,
int repeat)
|
static void |
testCodec(IntegerCODEC c,
int[][] data,
int Max,
int repeat,
boolean verbose)
|
static void |
testKamikaze(int[][] data,
int Max,
int repeat,
boolean verbose)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Benchmark
public Benchmark()
testCodec
public static void testCodec(IntegerCODEC c,
int[][] data,
int Max,
int repeat,
boolean verbose)
main
public static void main(String[] args)
testKamikaze
public static void testKamikaze(int[][] data,
int Max,
int repeat,
boolean verbose)
test
public static void test(int N,
int nbr,
int repeat)
Copyright © 2013. All Rights Reserved.