Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Sep 18, 2024
1 parent d37e32e commit 0b977d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmarks/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ async def select_test_flow_suite():
print("Selected SDXL Suite.")
elif user_choice == "2":
SELECTED_TEST_FLOW_SUITE = TEST_CASES_PORTRAITS
print("Selected OTHER Suite.")
print("Selected PORTRAITS Suite.")
elif user_choice == "3":
SELECTED_TEST_FLOW_SUITE = TEST_CASES_OTHER
print("Selected OTHER Suite.")
Expand Down Expand Up @@ -891,7 +891,7 @@ def get_suite_identifier() -> str:
if SELECTED_TEST_FLOW_SUITE == TEST_CASES_SDXL:
return "SDXL"
elif SELECTED_TEST_FLOW_SUITE == TEST_CASES_PORTRAITS:
return "OTHER"
return "PORTRAITS"
elif SELECTED_TEST_FLOW_SUITE == TEST_CASES_OTHER:
return "OTHER"
elif SELECTED_TEST_FLOW_SUITE == TEST_CASES_FLUX:
Expand Down

0 comments on commit 0b977d4

Please sign in to comment.