Skip to content
Snippets Groups Projects
Commit b8e93c9a authored by Jake Taylor's avatar Jake Taylor
Browse files

added median to e2eReport.py

parent cb31f12b
No related branches found
No related tags found
1 merge request!4Release
...@@ -92,7 +92,7 @@ def main(): ...@@ -92,7 +92,7 @@ def main():
rounds_sent[successful_round] = True rounds_sent[successful_round] = True
# Print results # Print results
num_successful = 0 num_successful = 0 # Keep track of how many messages were received successfully
total_latency = datetime.timedelta() # Keep track of the total message latencies to calculate a mean total_latency = datetime.timedelta() # Keep track of the total message latencies to calculate a mean
latencies = [] # Keep track of each message's latency in order to calculate a median latencies = [] # Keep track of each message's latency in order to calculate a median
for msgDigest, senderDict in messages_sent.items(): for msgDigest, senderDict in messages_sent.items():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment