Procházet zdrojové kódy

We use 3 iterations for ORAM for the paper

The stddevs are tiny
Ian Goldberg před 7 měsíci
rodič
revize
fd0bcce3a3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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