Skip to content

Commit

Permalink
Fix CoW disable flag usage in docs (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmav authored Dec 13, 2023
1 parent d3ce95e commit 0451ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CopyOnWrite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Example build, internal Microsoft repo with 758 nodes, 3989 edges, on Win11 22H2

Command | Value
---|---
`msbuild /p:EnableCopyOnWriteWin=false`| Time Elapsed 00:06:02.03
`msbuild /p:DisableCopyOnWrite=true`| Time Elapsed 00:06:02.03
Enlistment size| 66.4 GB (71,305,402,686 bytes)
Size on disk| 66.9 GB (71,848,480,768 bytes)

Command | Value
---|---
`msbuild /p:EnableCopyOnWriteWin=true` | **Time Elapsed 00:04:09.32**
`msbuild /p:DisableCopyOnWrite=false` | **Time Elapsed 00:04:09.32**
Enlistment size| 66.4 GB (71,305,402,686 bytes)
Size on disk| **3.83 GB (3,055,628,028 bytes)**

Expand Down

0 comments on commit 0451ada

Please sign in to comment.