Преглед на файлове

We use 3 iterations for ORAM for the paper

The stddevs are tiny
Ian Goldberg преди 7 месеца
родител
ревизия
fd0bcce3a3
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      prac/repro

+ 2 - 2
prac/repro

@@ -34,13 +34,13 @@ else
     whichexps="$1"
 fi
 
-# The number of operations per run; the graphs in the paper use 5
+# The number of operations per run; the graphs in the paper use 3
 if [ "$whichexps" = "single" -o "$2" = "" ]; then
     # If there's an explicit experiment on the command line, don't read
     # the next argument as the number of operations.  $numops will be
     # ignored, anyway, since it will be specified as part of the
     # command.
-    numiters=5
+    numiters=3
 else
     numiters="$2"
 fi