Skip to content

Commit 782dba1

Browse files
committed
update this one too
1 parent b992f71 commit 782dba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-bubblesort-unittest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
COLUMNS: 110
2121
MAX_RETRIES: 3
2222
RETRY_DELAY: 5
23-
EXPECTED_IMPROVEMENT_PCT: 300
23+
EXPECTED_IMPROVEMENT_PCT: 40
2424
CODEFLASH_END_TO_END: 1
2525
steps:
2626
- name: 🛎️ Checkout

tests/scripts/end_to_end_test_bubblesort_unittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def run_test(expected_improvement_pct: int) -> bool:
88
config = TestConfig(
9-
file_path="bubble_sort.py", function_name="sorter", test_framework="unittest", min_improvement_x=3.0
9+
file_path="bubble_sort.py", function_name="sorter", test_framework="unittest", min_improvement_x=0.40
1010
)
1111
cwd = (pathlib.Path(__file__).parent.parent.parent / "code_to_optimize").resolve()
1212
return run_codeflash_command(cwd, config, expected_improvement_pct)

0 commit comments

Comments
 (0)