diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-04-15 13:35:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-04-15 13:35:14 +0000 |
commit | 2aa54b413db70a100ebac53154e881cc9aadce63 (patch) | |
tree | c213a6bff078a43439043ee8d04985d9f405016d /src/datastore/perf_datastore_api.c | |
parent | 83250d05b7a67c36350d7c1a8d6a7aacbfdcd316 (diff) |
maybe
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r-- | src/datastore/perf_datastore_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index 07f856b237..f61b984b87 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.c @@ -127,7 +127,7 @@ check_success (void *cls, stored_ops++; stored_entries++; crc->j++; - if (crc->j == PUT_10) + if (crc->j >= PUT_10) { crc->j = 0; crc->i++; |