Skip to content

Commit d5ec766

Browse files
Merge pull request #597 from codeflash-ai/add-codeflash-optimize-demo
Add codeflash optimize demo
2 parents 5675ef0 + 88be10f commit d5ec766

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/optimizing-with-codeflash/trace-and-optimize.md renamed to docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ This powerful command creates high-quality optimizations, making it ideal when y
2121

2222
The generated replay tests and the trace file are for the immediate optimization use, don't add them to git.
2323

24+
## Codeflash optimize demo (1 min)
25+
26+
<iframe width="750" height="460" src="https://www.youtube.com/embed/_nwliGzRIug" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
27+
28+
2429
## What is the codeflash optimize command?
2530

2631
`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)