From 8e1248bce051cea017ab6ed70f0a59dc2355144d Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Tue, 29 Jul 2025 16:15:40 -0700 Subject: [PATCH 1/2] Add the video to docs Signed-off-by: Saurabh Misra --- .../{trace-and-optimize.md => trace-and-optimize.mdx} | 5 +++++ 1 file changed, 5 insertions(+) rename docs/docs/optimizing-with-codeflash/{trace-and-optimize.md => trace-and-optimize.mdx} (95%) diff --git a/docs/docs/optimizing-with-codeflash/trace-and-optimize.md b/docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx similarity index 95% rename from docs/docs/optimizing-with-codeflash/trace-and-optimize.md rename to docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx index 57701db27..631a21c8e 100644 --- a/docs/docs/optimizing-with-codeflash/trace-and-optimize.md +++ b/docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx @@ -21,6 +21,11 @@ This powerful command creates high-quality optimizations, making it ideal when y The generated replay tests and the trace file are for the immediate optimization use, don't add them to git. +## 1 min demo + + + + ## What is the codeflash optimize command? `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. From 88be10f39e6bca31fbca51f430837ebad11c9a9b Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Tue, 29 Jul 2025 16:16:23 -0700 Subject: [PATCH 2/2] Add the video to docs Signed-off-by: Saurabh Misra --- docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx b/docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx index 631a21c8e..e9fbdc855 100644 --- a/docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx +++ b/docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx @@ -21,7 +21,7 @@ This powerful command creates high-quality optimizations, making it ideal when y The generated replay tests and the trace file are for the immediate optimization use, don't add them to git. -## 1 min demo +## Codeflash optimize demo (1 min)