Explorar el Código

We use 3 iterations for ORAM for the paper

The stddevs are tiny
Ian Goldberg hace 6 meses
padre
commit
fd0bcce3a3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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