me.lemire.integercompression
Class Benchmark

java.lang.Object
  extended by me.lemire.integercompression.Benchmark

public class Benchmark
extends Object


Constructor Summary
Benchmark()
           
 
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
 

Constructor Detail

Benchmark

public Benchmark()
Method Detail

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.