Skip to content

Commit 1b111e1

Browse files
committed
docs: correct data
1 parent bc3b589 commit 1b111e1

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -123,40 +123,14 @@ CASE=react-10k pnpm benchmark
123123

124124
### ui-components
125125

126-
A React app that import some UI components from several popular UI libraries.
126+
A React app that imports UI components from several popular UI libraries.
127127

128128
```bash
129129
CASE=ui-components pnpm benchmark
130130
```
131131

132132
#### Build performance
133133

134-
| Name | Prod build |
135-
| ---------------------- | ---------- |
136-
| Rspack CLI 1.4.6 | 1223ms |
137-
| Rsbuild 1.4.6 | 1286ms |
138-
| Rolldown 1.0.0-beta.25 | 516ms |
139-
| webpack (SWC) 5.100.0 | 10935ms |
140-
141-
#### Bundle size
142-
143-
| Name | Total size | Gzipped size |
144-
| ---------------------- | ---------- | ------------ |
145-
| Rspack CLI 1.4.6 | 3191.0kB | 982.5kB |
146-
| Rsbuild 1.4.6 | 1386.7kB | 421.9kB |
147-
| Rolldown 1.0.0-beta.25 | 2668.4kB | 818.4kB |
148-
| webpack (SWC) 5.100.0 | 2659.5kB | 808.0kB |
149-
150-
### rome
151-
152-
A complex TypeScript Node.js project that includes multiple packages from the [rome](https://github.com/rome/tools) toolchain.
153-
154-
```bash
155-
CASE=rome pnpm benchmark
156-
```
157-
158-
#### Build performance
159-
160134
| Name | Prod build |
161135
| --------------------------- | ---------- |
162136
| Rspack CLI 1.4.6 | 1129ms |
@@ -177,6 +151,32 @@ CASE=rome pnpm benchmark
177151
| Rolldown 1.0.0-beta.25 | 1358.2kB | 417.8kB |
178152
| webpack (SWC) 5.100.0 | 1349.6kB | 407.6kB |
179153

154+
### rome
155+
156+
A complex TypeScript Node.js project that includes multiple packages from the [rome](https://github.com/rome/tools) toolchain.
157+
158+
```bash
159+
CASE=rome pnpm benchmark
160+
```
161+
162+
#### Build performance
163+
164+
| Name | Prod build |
165+
| ---------------------- | ---------- |
166+
| Rspack CLI 1.4.6 | 742ms |
167+
| Rsbuild 1.4.6 | 787ms |
168+
| Rolldown 1.0.0-beta.25 | 272ms |
169+
| webpack (SWC) 5.100.0 | 5548ms |
170+
171+
#### Bundle size
172+
173+
| Name | Total size | Gzipped size |
174+
| ---------------------- | ---------- | ------------ |
175+
| Rspack CLI 1.4.6 | 1009.3kB | 270.9kB |
176+
| Rsbuild 1.4.6 | 1009.3kB | 270.9kB |
177+
| Rolldown 1.0.0-beta.25 | 1016.4kB | 273.6kB |
178+
| webpack (SWC) 5.100.0 | 1023.3kB | 272.0kB |
179+
180180
## Run locally
181181

182182
Run the `benchmark.mjs` script to get the results (requires Node.js >= 22):

0 commit comments

Comments
 (0)