diff --git a/analyze.py b/analyze.py index 2481254..053d5d2 100644 --- a/analyze.py +++ b/analyze.py @@ -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__':