wip
This commit is contained in:
parent
71cb9d7bcd
commit
272574c5fe
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user