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 c939dfe commit a0bbb64Copy full SHA for a0bbb64
codeflash/verification/test_runner.py
@@ -17,7 +17,7 @@
17
from codeflash.models.models import TestFiles
18
19
BEHAVIORAL_BLOCKLISTED_PLUGINS = ["benchmark"]
20
-BENCHMARKING_BLOCKLISTED_PLUGINS = ["cov", "benchmark", "profiling"]
+BENCHMARKING_BLOCKLISTED_PLUGINS = ["codspeed", "cov", "benchmark", "profiling"]
21
22
def execute_test_subprocess(
23
cmd_list: list[str], cwd: Path, env: dict[str, str] | None, timeout: int = 600
0 commit comments