Skip to content

Commit

Permalink
fix: parsing of integration results
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Sep 18, 2024
1 parent 4961c40 commit 4598a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsim/parsing/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def res_to_metro(res, commit, integration):
tag = f"{case}{suffix}"

r["metrics"].append(
create_metric(commit, bucket, name, tag, metrics["throughput"], now)
create_metric(commit, bucket, name, tag, metrics, now)
)
if not integration:
r["metrics"].append(
Expand Down

0 comments on commit 4598a65

Please sign in to comment.