mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
perf: use --effort low for java-tracer E2E to reduce CI time
This commit is contained in:
parent
b05561ef9e
commit
151df774a4
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ def run_test(expected_improvement_pct: int) -> bool:
|
|||
"-m",
|
||||
"codeflash.main",
|
||||
"--no-pr",
|
||||
"--effort",
|
||||
"low",
|
||||
"optimize",
|
||||
"java",
|
||||
"-cp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue