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 6aee1f725..2a2e628a3 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -302,7 +302,7 @@ run_continuation (void *cls,
302 case RP_DONE: 302 case RP_DONE:
303 GNUNET_snprintf (gstr, sizeof (gstr), 303 GNUNET_snprintf (gstr, sizeof (gstr),
304 "PUT operations in %s-datastore_op/s", 304 "PUT operations in %s-datastore_op/s",
305 plugins_name); 305 plugin_name);
306 if (crc->i == ITERATIONS) 306 if (crc->i == ITERATIONS)
307 GAUGER (1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), 307 GAUGER (1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value),
308 gstr); 308 gstr);