Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Oct 3, 2024
1 parent 0a334f2 commit af3df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum_benchmark/benchmark/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def to_plain_text(self) -> str:
plain_text = ""

for target in self.to_dict().keys():
plain_text += f"{target}:\n"
plain_text += f"+ {target}:\n"
plain_text += getattr(self, target).to_plain_text()

return plain_text
Expand Down

0 comments on commit af3df34

Please sign in to comment.