Procházet zdrojové kódy

Large experiments in repro

Ian Goldberg před 1 rokem
rodič
revize
05b6810824
1 změnil soubory, kde provedl 17 přidání a 11 odebrání
  1. 17 11
      Docker/repro

+ 17 - 11
Docker/repro

@@ -158,17 +158,23 @@ if [ "$whichexps" = "small" -o "$whichexps" = "scaling" -o "$whichexps" = "all"
     run 20 30ms 100mbit ${numops}
     run 26 30ms 100mbit ${numops}
 fi
-# if [ "$whichexps" = "large" -o "$whichexps" = "all" ]; then
-#     echo "Running large experiments..."
-#     # Figure 9(a)
-#     run read 28 30ms 100mbit ${numops}
-#     run read 30 30ms 100mbit ${numops}
-#     run read 32 30ms 100mbit ${numops}
-#     # Figures 9(b) and 9(c)
-#     run read 28 1us 100gbit ${numops}
-#     run read 30 1us 100gbit ${numops}
-#     run read 32 1us 100gbit ${numops}
-# fi
+if [ "$whichexps" = "large" -o "$whichexps" = "all" ]; then
+    echo "Running large experiments..."
+    # Figure 9(a)
+    runone read 28 30ms 100mbit ${numops} preproc 3P
+    runone read 28 30ms 100mbit ${numops} online 3P
+    runone read 30 30ms 100mbit ${numops} preproc 3P
+    runone read 30 30ms 100mbit ${numops} online 3P
+    runone read 32 30ms 100mbit ${numops} preproc 3P
+    runone read 32 30ms 100mbit ${numops} online 3P
+    # Figures 9(b) and 9(c)
+    runone read 28 1us 100gbit ${numops} preproc 3P
+    runone read 28 1us 100gbit ${numops} online 3P
+    runone read 30 1us 100gbit ${numops} preproc 3P
+    runone read 30 1us 100gbit ${numops} online 3P
+    runone read 32 1us 100gbit ${numops} preproc 3P
+    runone read 32 1us 100gbit ${numops} online 3P
+fi
 
 now=`date`
 echo "$now: Experiments complete"