Skip to content

Commit d8b2ad6

Browse files
committed
update docs
1 parent 8d66fd4 commit d8b2ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/optimizing-with-codeflash/benchmarking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

88
Benchmark mode is an easy way for users to define workflows that are performance-critical and need to be optimized.
99
For 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

1414
1. **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

0 commit comments

Comments
 (0)