Skip to content

Commit

Permalink
Latency_cutoff_ratio now to 2dp
Browse files Browse the repository at this point in the history
  • Loading branch information
bmsgit1 authored Aug 14, 2024
1 parent 257c627 commit e0e929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_loadgen_experiment/code_axs.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def parse_performance(beautified_summary, latency_cutoff_ratio, scenario_perform

else: #no need for multiplier, formatting, units in scenario_performance_map - the beautify_summary function does all of this already
if key_name == "latency_cutoff_ratio":
formatted_performance_metrics.append('{}={}'.format(key_name, latency_cutoff_ratio))
formatted_performance_metrics.append('{}={:.2f}'.format(key_name, latency_cutoff_ratio))
else:
formatted_performance_metrics.append('{}={}'.format(key_name, beautified_summary[key_name]))

Expand Down

0 comments on commit e0e929c

Please sign in to comment.