edits
authorPeizhao Ou <peizhaoo@uci.edu>
Mon, 29 Feb 2016 07:51:41 +0000 (23:51 -0800)
committerPeizhao Ou <peizhaoo@uci.edu>
Mon, 29 Feb 2016 07:51:41 +0000 (23:51 -0800)
src/edu/uci/eecs/codeGenerator/Environment.java

index 5e16b15..bbdfa9e 100644 (file)
@@ -37,7 +37,8 @@ public class Environment {
        public final static String MPMC = "mpmc-queue";
        
        public final static String[] Benchmarks = {
-               REGISTER,
+               REGISTER_ACQREL,
+               REGISTER_RELAXED,
                MS_QUEUE,
                LINUXRWLOCKS,
                MCS_LOCK,