Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit d02945f

Browse files
docs: fix --use-new-run typo (#2698)
1 parent 3f99717 commit d02945f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,12 +1068,11 @@ Set this flag to indicate which build stage is the target build stage.
10681068

10691069
#### Flag `--use-new-run`
10701070

1071-
Use the experimental RUN implementation for detecting changes without requiring
1072-
Using this flag enables an experimental implementation of the Run command which does not rely on snapshotting at all.
1071+
Using this flag enables an experimental implementation of the Run command which does not rely on snapshotting at all.
10731072
In this approach, in order to compute which files were changed, a marker file is created before executing the Run command.
10741073
Then the entire filesystem is walked (takes ~1-3 seconds for 700Kfiles) to find all files whose ModTime is greater than the marker file.
10751074
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
1076-
off accuracy/correctness in some cases (potential for missed files in "snapshot") for improved performance by avoiding the full filesystem snapshots.
1075+
off accuracy/correctness in some cases (potential for missed files in a "snapshot") for improved performance by avoiding the full filesystem snapshots.
10771076

10781077
#### Flag `--verbosity`
10791078

0 commit comments

Comments
 (0)