We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a56729 commit d58134fCopy full SHA for d58134f
tests/scripts/end_to_end_test_bubblesort_unittest.py
@@ -6,7 +6,7 @@
6
7
def run_test(expected_improvement_pct: int) -> bool:
8
config = TestConfig(
9
- file_path="bubble_sort.py", function_name="sorter", test_framework="unittest", min_improvement_x=0.40
+ file_path="bubble_sort.py", function_name="sorter", test_framework="unittest", min_improvement_x=0.30
10
)
11
cwd = (pathlib.Path(__file__).parent.parent.parent / "code_to_optimize").resolve()
12
return run_codeflash_command(cwd, config, expected_improvement_pct)
0 commit comments