Skip to content

Commit

Permalink
Merge pull request stephentu#5 from mhuxtable/readme-patch
Browse files Browse the repository at this point in the history
Fix location pointer in README.md
  • Loading branch information
kohler committed May 5, 2014
2 parents 1a731de + 67a1ac0 commit ed424ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ executes queries over the tree. It uses all available cores (two in
the above example). The test lasts for 20 seconds. It populates the
key-value store with `put` queries during first 10 seconds, and then
issues `get` queries over the tree during the next 10 seconds. See
`kvtest_rw1_seed` in `mttest.hh` for more details about the workload.
`kvtest_rw1_seed` in `kvtest.hh` for more details about the workload.
For a list of workloads, run `./mttest --help`.

The output summarizes the throughput of each core. The `1/1 rw1/m` line says
Expand Down

0 comments on commit ed424ba

Please sign in to comment.