Skip to content

Commit

Permalink
[system] Ignore black
Browse files Browse the repository at this point in the history
  • Loading branch information
mcopik committed Jul 10, 2024
1 parent c841592 commit 8e5c805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sebs/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,15 @@ def filter_out_benchmarks(
benchmark: str, deployment_name: str, language: str, language_version: str
) -> bool:

# fmt: off
if (deployment_name == "aws" and language == "python"
and language_version in ["3.9", "3.10", "3.11"]):
return "411.image-recognition" not in benchmark

if (deployment_name == "gcp" and language == "python"
and language_version in ["3.8", "3.9", "3.10", "3.11", "3.12"]):
return "411.image-recognition" not in benchmark
# fmt: on

return True

Expand Down

0 comments on commit 8e5c805

Please sign in to comment.