Skip to content

Commit 9ee8a73

Browse files
committed
docs: update terminology in README and SideMenu"
1 parent e85cb61 commit 9ee8a73

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The size of the bundles after the build.
119119
- `esm-bundle-size`: the size of esm formats outputs.
120120
- `esm-gzip-bundle-size`: the size of esm formats outputs after gzip.
121121

122-
### Compile Speed
122+
### Build Performance
123123

124124
- `dev-plugin-setup-time`: the time it takes from the start of the dev command to the completion of loading all plugins. Corresponding hooks: `loadConfig -> loadPlugin`.
125125
- `dev-prepare-time`: the time taken from the time the plugins are loaded to the time when the build prep process is fully completed. Corresponding hooks: `loadPlugin -> prepare`.
@@ -140,7 +140,7 @@ The size of the bundles after the build.
140140
- `before-dev-time`: the time it takes for the dev command to initialize, in other words, cli cold boot time.
141141
- `before-build-time`: the time it takes for the build command to initialize, in other words, cli cold boot time.
142142

143-
### Install Speed
143+
### Install Size
144144

145145
Install npm dependency related metrics.
146146

website/src/components/SideMenu.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ export const SideMenu = (props: {
6565
style={itemStyle}
6666
>
6767
<IconThunderbolt />
68-
Compile Speed
68+
Build performance
6969
</MenuItem>
7070
<MenuItem
7171
key={`${PRODUCT.RSBUILD}_${MENU.INSTALL_SPEED}`}
7272
style={itemStyle}
7373
>
7474
<IconCloudDownload />
75-
Install Speed
75+
Install size
7676
</MenuItem>
7777
<MenuItem
7878
key={`${PRODUCT.RSBUILD}_${MENU.BUNDLE_SIZE}`}
7979
style={itemStyle}
8080
>
8181
<IconInteraction />
82-
Bundle Size
82+
Bundle size
8383
</MenuItem>
8484
</SubMenu>
8585
<SubMenu
@@ -95,7 +95,7 @@ export const SideMenu = (props: {
9595
style={itemStyle}
9696
>
9797
<IconCamera />
98-
Binary Size
98+
Binary size
9999
</MenuItem>
100100
<MenuItem key={`${PRODUCT.RSPACK}_benchmark`} style={itemStyle}>
101101
<IconCamera />
@@ -115,21 +115,21 @@ export const SideMenu = (props: {
115115
style={itemStyle}
116116
>
117117
<IconThunderbolt />
118-
Compile Speed
118+
Build performance
119119
</MenuItem>
120120
<MenuItem
121121
key={`${PRODUCT.RSPRESS}_${MENU.INSTALL_SPEED}`}
122122
style={itemStyle}
123123
>
124124
<IconCloudDownload />
125-
Install Speed
125+
Install size
126126
</MenuItem>
127127
<MenuItem
128128
key={`${PRODUCT.RSPRESS}_${MENU.BUNDLE_SIZE}`}
129129
style={itemStyle}
130130
>
131131
<IconInteraction />
132-
Bundle Size
132+
Bundle size
133133
</MenuItem>
134134
</SubMenu>
135135
<SubMenu
@@ -145,21 +145,21 @@ export const SideMenu = (props: {
145145
style={itemStyle}
146146
>
147147
<IconThunderbolt />
148-
Compile Speed
148+
Build performance
149149
</MenuItem>
150150
<MenuItem
151151
key={`${PRODUCT.RSLIB}_${MENU.INSTALL_SPEED}`}
152152
style={itemStyle}
153153
>
154154
<IconCloudDownload />
155-
Install Speed
155+
Install size
156156
</MenuItem>
157157
<MenuItem
158158
key={`${PRODUCT.RSLIB}_${MENU.BUNDLE_SIZE}`}
159159
style={itemStyle}
160160
>
161161
<IconInteraction />
162-
Bundle Size
162+
Bundle size
163163
</MenuItem>
164164
</SubMenu>
165165
<SubMenu
@@ -175,21 +175,21 @@ export const SideMenu = (props: {
175175
style={itemStyle}
176176
>
177177
<IconThunderbolt />
178-
Compile Speed
178+
Build performance
179179
</MenuItem>
180180
<MenuItem
181181
key={`${PRODUCT.MODERNJS_FRAMEWORK}_${MENU.INSTALL_SPEED}`}
182182
style={itemStyle}
183183
>
184184
<IconCloudDownload />
185-
Install Speed
185+
Install size
186186
</MenuItem>
187187
<MenuItem
188188
key={`${PRODUCT.MODERNJS_FRAMEWORK}_${MENU.BUNDLE_SIZE}`}
189189
style={itemStyle}
190190
>
191191
<IconInteraction />
192-
Bundle Size
192+
Bundle size
193193
</MenuItem>
194194
</SubMenu>
195195
</Menu>

0 commit comments

Comments
 (0)