From 4434c435760dba23f8eff8e953d2301e73feaf55 Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Wed, 23 Aug 2023 17:49:19 +0000 Subject: [PATCH] docs: fix --use-new-run typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8579d4c5ce..d00789ed0a 100644 --- a/README.md +++ b/README.md @@ -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