Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 5, 2024
1 parent 671b0f0 commit e803957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion af_benchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def update_report(self):
)

# Add custom labels
for label, value in custom_labels.items():
for label, value in self.custom_labels.items():
if label not in report:
report[label] = value

Expand Down

0 comments on commit e803957

Please sign in to comment.