diff --git a/docs/docs/optimizing-with-codeflash/trace-and-optimize.md b/docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx similarity index 94% rename from docs/docs/optimizing-with-codeflash/trace-and-optimize.md rename to docs/docs/optimizing-with-codeflash/trace-and-optimize.mdx index 57701db27..e9fbdc855 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. +## Codeflash optimize demo (1 min) + + + + ## 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.