Selaa lähdekoodia

Have repro output a marker for the end of the figures

Ian Goldberg 1 vuosi sitten
vanhempi
commit
a8d2e4d7de
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      docker/repro

+ 2 - 0
docker/repro

@@ -145,5 +145,7 @@ echo "# Figure 9(c)"
 egrep 'CircuitORAMOnln read .* 1us 100gbit .* KiB$' oram_${numops}.dat | sort -k3 -n
 echo
 egrep 'CircuitORAMTotl read .* 1us 100gbit .* KiB$' oram_${numops}.dat | sort -k3 -n
+echo
+echo "# End figures"
 
 fi