2 Commits 4dfd2d9390 ... c205c0121a

Author SHA1 Message Date
  Ian Goldberg c205c0121a Update the README 1 year ago
  Ian Goldberg 4dfd2d9390 Update the README 1 year ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -95,4 +95,4 @@ Client decode response 790 µs
 index = 919657, Response = 9196570919677
 ```
 
-The various lines show the amount of compute time taken and the amount of data transferred between the client and the server.  The last line shows the random index that was looked up, and the database value the client retrieved.  The value for index i should be (10000001*i+20).
+The various lines show the amount of wall-clock time taken for various parts of the computation and the amount of data transferred between the client and the server.  The last line shows the random index that was looked up, and the database value the client retrieved.  The value for index i should be (10000001*i+20).