aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 3cb730bcb..bb4f88cf3 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -295,7 +295,7 @@ run_continuation (void *cls,
295 "Stored %llu kB / %lluk ops / %llu ops/s\n", 295 "Stored %llu kB / %lluk ops / %llu ops/s\n",
296 stored_bytes / 1024, /* used size in k */ 296 stored_bytes / 1024, /* used size in k */
297 stored_ops / 1024, /* total operations (in k) */ 297 stored_ops / 1024, /* total operations (in k) */
298 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).value)); 298 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value));
299 crc->phase = RP_PUT; 299 crc->phase = RP_PUT;
300 crc->j = 0; 300 crc->j = 0;
301 GNUNET_SCHEDULER_add_continuation (crc->sched, 301 GNUNET_SCHEDULER_add_continuation (crc->sched,