Browse Source

Be able to run the tests for each of the figures separately

Ian Goldberg 2 years ago
parent
commit
2d635f614d
1 changed files with 2 additions and 5 deletions
  1. 2 5
      Docker/repro

+ 2 - 5
Docker/repro

@@ -149,8 +149,8 @@ fi
 now=`date`
 echo "$now: Starting experiments"
 
-if [ "$whichexps" = "small" -o "$whichexps" = "all" ]; then
-    echo "Running small experiments..."
+if [ "$whichexps" = "fig6" -o "$whichexps" = "all" ]; then
+    echo "Running Figure 6 experiments..."
     for i in $(seq 1 $numiters); do
         # Figure 6(a)
         for nops in 16 32 64 128 256 512 1024 2048; do
@@ -162,9 +162,6 @@ if [ "$whichexps" = "small" -o "$whichexps" = "all" ]; then
         done
     done
 fi
-if [ "$whichexps" = "large" -o "$whichexps" = "all" ]; then
-    echo "Running large experiments..."
-fi
 
 now=`date`
 echo "$now: Experiments complete"