Skip to content

Commit 8e1248b

Browse files
committed
Add the video to docs
Signed-off-by: Saurabh Misra <[email protected]>
1 parent 5675ef0 commit 8e1248b

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+
## 1 min demo
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)