File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/docs/optimizing-with-codeflash Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sidebar_position: 5
33---
44# Using Benchmarks
55
6- Codeflash is able the determine the impact of an optimization on predefined benchmarks, when used in benchmark mode.
6+ Codeflash is able to determine the impact of an optimization on predefined benchmarks, when used in benchmark mode.
77
88Benchmark mode is an easy way for users to define workflows that are performance-critical and need to be optimized.
99For example, if a user has an important function that requires minimal latency, the user can define a benchmark for that function.
@@ -13,7 +13,7 @@ Codeflash will then calculate the impact (if any) of any optimization on the per
1313
14141 . ** Create a benchmarks root**
1515
16- Create a directory for benchmarks.
16+ Create a directory for benchmarks if it does not already exist .
1717
1818 In your pyproject.toml, add the path to the 'benchmarks-root' section.
1919 ``` yaml
You can’t perform that action at this time.
0 commit comments