Skip to content

Commit

Permalink
Minor correction ../BTC_03_QPE/my_benchmark_summary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Nov 19, 2024
1 parent 5dc62b8 commit d03ca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tnbs/BTC_03_QPE/my_benchmark_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def summarize_results(**kwargs):
metric["COUNT"] = int(step_pdf[metric_name]["count"].iloc[0])
metrics.append(metric)
result["Metrics"] = metrics
results.append(result)
results.append(result)
return results

if __name__ == "__main__":
Expand Down

0 comments on commit d03ca61

Please sign in to comment.