Skip to content

Commit

Permalink
QPS -> Throughput in results table
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jul 18, 2024
1 parent d12b401 commit 353e221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/get-mlperf-inference-utils/mlperf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@ def get_result_string(version, model, scenario, result_path, has_power, sub_res,
return result_string, result

def get_result_table(results):


headers = ["Model", "Scenario", "Accuracy", "QPS", "Latency (in ms)", "Power Efficiency (in samples/J)", "TEST01", "TEST05", "TEST04"]
headers = ["Model", "Scenario", "Accuracy", "Throughput", "Latency (in ms)", "Power Efficiency (in samples/J)", "TEST01", "TEST05", "TEST04"]
table = []
for model in results:
for scenario in results[model]:
Expand Down

0 comments on commit 353e221

Please sign in to comment.