Added ms to average ping
This commit is contained in:
parent
34527de6c5
commit
9813cc3575
@ -39,7 +39,7 @@ def v1():
|
||||
|
||||
print(f'Column {i}')
|
||||
print(f'\tTimeouts: {round(ctimeout / row_count * 100, 2)}% ({ctimeout} of {row_count} requests)')
|
||||
print(f'\tAverage ping: {round(csum / ccounts, 4)} ({ccounts} of {row_count} requests)')
|
||||
print(f'\tAverage ping: {round(csum / ccounts, 4)}ms ({ccounts} of {row_count} requests)')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user