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 4598a65 commit d154892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netsim/parsing/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ def res_to_metro(res, commit, integration):
)
tag = f"{case}{suffix}"

val = metrics
if not integration:
val = metrics["throughput"]

r["metrics"].append(
create_metric(commit, bucket, name, tag, metrics, now)
)
Expand Down

0 comments on commit d154892

Please sign in to comment.