Skip to content

Commit

Permalink
docs: fix --use-new-run typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle committed Aug 23, 2023
1 parent 3f99717 commit 4434c43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,7 @@ Set this flag to indicate which build stage is the target build stage.

#### Flag `--use-new-run`

Use the experimental RUN implementation for detecting changes without requiring
Using this flag enables an experimental implementation of the Run command which does not rely on snapshotting at all.
Using this flag enables an experimental implementation of the Run command which does not rely on snapshotting at all.
In this approach, in order to compute which files were changed, a marker file is created before executing the Run command.
Then the entire filesystem is walked (takes ~1-3 seconds for 700Kfiles) to find all files whose ModTime is greater than the marker file.
With this new run command implementation, the total build time is reduced seeing performance improvements in the range of ~75%. This new run mode trades
Expand Down

0 comments on commit 4434c43

Please sign in to comment.