Skip to content

Commit ef7bd56

Browse files
authored
chore(preprod): add new compare features (#15841)
description + images of new comparison features
1 parent 30c9ec3 commit ef7bd56

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
41.3 KB
Loading
52.8 KB
Loading

docs/product/size-analysis/index.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,24 @@ Size Analysis also provides actionable insights on how you can reduce your app's
3434

3535
### Build Comparison
3636

37-
Compare any two builds to see what changed, review module-level diffs, and confirm that optimizations worked.
37+
Compare any two builds to see what changed, review module-level diffs, and confirm that optimizations worked. Build comparisons are automatically generated when [uploading as part of CI](/product/size-analysis/integrating-into-ci/), but can also be manually triggered for any two builds.
3838

39-
![Build comparison screenshot placeholder](./images/build-comparison.png)
39+
#### Insight Diff
40+
41+
The Insight diff shows the changes in insights between the two builds. This diff will show if a new insight is present in the build or if an insight as been addressed.
42+
43+
![Build comparison - Insight Diff](./images/insight-diff.png)
44+
45+
#### Table Diff
46+
47+
The table diff shows every file change between the two builds. This diff will show if the file was added, removed, or changed. By default, the table hides changes under 500 B, but you can toggle this directly in the table.
48+
![Build comparison - Table Diff](./images/build-comparison.png)
49+
50+
#### X-Ray Diff
51+
52+
The X-Ray diff shows a visual representation of the file changes between the two builds. This diff will show if the file was added, removed, or changed.
53+
54+
![Build comparison - X-ray Diff](./images/xray-diff.png)
4055

4156
### Status Checks
4257

0 commit comments

Comments
 (0)