hashtable still buggy
[cdsspec-compiler.git] / benchmark / cliffc-hashtable / main.cc
index aaa4f6420523c431bcaa3d4825e8b528b01c47a5..b6275ca63258434703ccd6d111aaf29299f9d387 100644 (file)
@@ -89,7 +89,7 @@ void threadMain(void *arg) {
 
 int user_main(int argc, char *argv[]) {
        thrd_t t1, t2;
-       table = new cliffc_hashtable<IntWrapper, IntWrapper>(16);
+       table = new cliffc_hashtable<IntWrapper, IntWrapper>(2);
     k1 = new IntWrapper(3);
        k2 = new IntWrapper(5);
        k3 = new IntWrapper(11);