Skip to content

Commit c43cd53

Browse files
committed
DummySender: Greater DPs throughput precision.
1 parent dd252a8 commit c43cd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dummy_sender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def send_all(datapoints, dp_factory, *_):
178178

179179
t_end = time.time()
180180
log.info(
181-
"Sent %s datapoints in %.3fs (throughput: %.3f DPs/s; %.3f s/DP)",
181+
"Sent %s datapoints in %.3fs (throughput: %.3f DPs/s; %.4f s/DP)",
182182
dps_sent,
183183
request_time,
184184
dps_sent / request_time,

0 commit comments

Comments
 (0)