add tool/measure

This commit is contained in:
Mark McGranaghan
2012-10-01 17:26:19 -07:00
parent fe4b7ffd45
commit 0829ebc996
7 changed files with 54 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ func generateWrites(writes chan *writeOp) {
key := randKey()
val := randVal()
write := &writeOp{
key: key,
key: key,
val: val,
resp: make(chan bool)}
writes <- write