From 0679104e59e1609a142f622b762c3b5e27de4976 Mon Sep 17 00:00:00 2001 From: Carmen Forsmann Date: Wed, 9 Nov 2022 15:18:15 -0700 Subject: [PATCH] fix spacing --- windows/deployment/do/delivery-optimization-test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/do/delivery-optimization-test.md b/windows/deployment/do/delivery-optimization-test.md index eef70d1fc7..978eb7a4a0 100644 --- a/windows/deployment/do/delivery-optimization-test.md +++ b/windows/deployment/do/delivery-optimization-test.md @@ -80,7 +80,7 @@ The following set of instructions will be used for each machine: * Run ‘Test Instructions’ |Windows 10 | Windows 11 -|--------|--------| +|--------|-------------------------------| |![Windows 10 21H2 - Machine 1 - Basic Test](images/test-scenarios/Win10/M1-Basic-Complete.png)|![Windows 11 21H2 - Machine 1 - Basic Test](images/test-scenarios/Win11/M1-Basic-Complete.png) | **Observations** | | | * No peers were found on the first machine downloading the content.
* 'TotalBytesDownloaded' is equal to the file size.
* Status is set to 'Caching' the content so future peers can use it.
* Download was happening in the foreground.
* DownloadMode is set to 'Group' and no peers were found.
* No distinct observations seen between Window 10 and Windows 11 devices. @@ -92,7 +92,7 @@ The following set of instructions will be used for each machine: * Run ‘Test Instructions’ |Windows 10 | Windows 11 -|--------|-----------| +|--------|--------------------------------| |![Windows 10 21H2 - Machine 2 - Basic Test](images/test-scenarios/Win10/M2-Basic-Complete.png)|![Windows 11 21H2 - Machine 2 - Basic Test](images/test-scenarios/Win11/M2-Basic-Complete.png)| | **Observations** | **Observations**| | * A peer was found for the content and 87% of total bytes came from the peer.
* One peer was found for the piece of content, which is expected as there are only two devices in the peering group.
* Download mode was set to 'Group', but since group mode includes both LAN and Group devices, Delivery Optimization prioritizes LAN peers, if found. Therefore, 'BytesFromLanPeers' shows bytes where 'BytesFromGroupPeers' doesn't.
* 'DownloadDuration' is roughly the same between machines.|* A peer was found for the content and 90% of total bytes came from the peer.
* All other points are the same as Windows 10 results.