Browse Source

Fix Figure 8(c) report

Ian Goldberg 1 year ago
parent
commit
ed5ad2def1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      repro

+ 1 - 1
repro

@@ -174,7 +174,7 @@ echo "# Figure 8(b)"
 egrep 'Floram write .* 1us 100gbit .* KiB$' floram_${numops}.dat | sort -k3 -n
 echo
 echo "# Figure 8(c)"
-egrep 'Floram readwrite .* 1us 100gbit .* KiB$' floram_${numops}.dat | sort -k3 -n
+egrep 'Floram readwrite .* 30ms 100mbit .* KiB$' floram_${numops}.dat | sort -k3 -n
 echo
 echo "# Figure 9(a)"
 egrep 'Floram read .* 30ms 100mbit .* s$' floram_${numops}.dat | sort -k3 -n