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 eb4786c2b..c104ff738 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -301,7 +301,7 @@ run_continuation (void *cls,
301 break; 301 break;
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", 304 "DATASTORE:PUT operations in %s-datastore",
305 plugin_name); 305 plugin_name);
306 if (crc->i == ITERATIONS) 306 if (crc->i == ITERATIONS)
307 GAUGER (gstr, 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), "op/s"); 307 GAUGER (gstr, 1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value), "op/s");