This commit is contained in:
Siarhei Fedartsou 2024-05-26 20:57:43 +02:00
parent 71cb9d7bcd
commit 272574c5fe

View File

@ -32,6 +32,7 @@ avg: {float(row['Average Response Time']):.3f}ms
95%: {row['95%']}ms
98%: {row['98%']}ms
99%: {row['99%']}ms
min: {float(row['Min Response Time']):.3f}ms
max: {float(row['Max Response Time']):.3f}ms
'''
with open(f"{output_folder}/{prefix}_{name}.bench", 'w') as f: