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 d154892 commit e987381
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 @@ -89,7 +89,7 @@ def res_to_metro(res, commit, integration):
val = metrics["throughput"]

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

0 comments on commit e987381

Please sign in to comment.