Skip to content

Commit 83f1c1c

Browse files
committed
Merge branch 'main' into codeflash-trace-decorator
2 parents 5577cd5 + 7942de0 commit 83f1c1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codeflash/verification/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from codeflash.models.models import TestFiles
1818

1919
BEHAVIORAL_BLOCKLISTED_PLUGINS = ["benchmark"]
20-
BENCHMARKING_BLOCKLISTED_PLUGINS = ["cov", "benchmark", "profiling"]
20+
BENCHMARKING_BLOCKLISTED_PLUGINS = ["codspeed", "cov", "benchmark", "profiling"]
2121

2222
def execute_test_subprocess(
2323
cmd_list: list[str], cwd: Path, env: dict[str, str] | None, timeout: int = 600

docs/docs/how-codeflash-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To optimize code, Codeflash first gathers all necessary context from the codebas
2525

2626
## Verification of correctness
2727

28-
![Verification](/img/verification.svg)
28+
![Verification](/img/codeflash_arch_diagram.gif)
2929

3030
The goal of correctness verification is to ensure that when the original code is replaced by the new code, there are no behavioral changes in the code and the rest of the system. This means the replacement should be completely safe.
3131

@@ -60,4 +60,4 @@ Codeflash implements several techniques to measure code performance accurately.
6060

6161
## Creating Pull Requests
6262

63-
Once an optimization passes all checks, Codeflash creates a pull request through the Codeflash GitHub app directly in your repository. The pull request includes the new code, the speedup percentage, an explanation of the optimization, test statistics including coverage, and the test content itself. You can review and merge the new code if it meets your standards. Feel free to modify the code as needed—we welcome your improvements!
63+
Once an optimization passes all checks, Codeflash creates a pull request through the Codeflash GitHub app directly in your repository. The pull request includes the new code, the speedup percentage, an explanation of the optimization, test statistics including coverage, and the test content itself. You can review and merge the new code if it meets your standards. Feel free to modify the code as needed—we welcome your improvements!
3.36 MB
Loading

0 commit comments

Comments
 (0)