Skip to content

Commit 5a42033

Browse files
Update docs/docs/optimizing-with-codeflash/trace-and-optimize.md
1 parent 2bc10e1 commit 5a42033

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docs/optimizing-with-codeflash/trace-and-optimize.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ codeflash optimize -m pytest tests/
1919

2020
This powerful command creates high-quality optimizations, making it ideal when you need to optimize a workflow or script. The initial tracing process can be slow, so try to limit your script's runtime to under 1 minute for best results. If your workflow is longer, consider tracing it into smaller sections by using the Codeflash tracer as a context manager (point 3 below).
2121

22-
The generated replay tests and the trace file are for the immediate optimization use, don't add them to git.
23-
2422
## What is the codeflash optimize command?
2523

2624
`codeflash optimize` tries to do everything that an expert engineer would do while optimizing a workflow. It profiles your code, traces the execution of your workflow and generates a set of test cases that are derived from how your code is actually run.

0 commit comments

Comments
 (0)