Class Benchmark32


  • public class Benchmark32
    extends java.lang.Object
    This class is used to benchmark the performance EWAH.
    Author:
    Daniel Lemire
    • Constructor Summary

      Constructors 
      Constructor Description
      Benchmark32()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void test​(int N, int nbr, int repeat)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Benchmark32

        public Benchmark32()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • test

        public static void test​(int N,
                                int nbr,
                                int repeat)