Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update benchmark graph #2893

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Rsbuild shares many similarities with Vite, as they are both aim to improve the

Rsbuild's build performance is on par with native Rspack. This is the time it takes to build 1000 React components:

![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v049.png)
![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v1-0-0.png)

> The above data comes from the [performance-compare](https://github.com/rspack-contrib/performance-compare) benchmark.
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Rsbuild 与 Vite 有许多相似之处,它们皆致力于提升前端的开发

Rsbuild 的构建性能与原生 Rspack 处于同一水平,以下是构建 1000 个 React 组件的时间:

![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v049.png)
![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v1-0-0.png)

> 以上数据来自 [performance-compare](https://github.com/rspack-contrib/performance-compare) benchmark。
Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/community/releases/v0-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The build performance of Rsbuild is on par with native Rspack. Considering that

This is the time it takes to build 1000 React components:

![](https://assets.rspack.dev/rsbuild/assets/benchmark-v049.png)
![](https://assets.rspack.dev/rsbuild/assets/benchmark-v1-0-0.png)

> The data is based on the benchmark built by the Farm team, more info in [performance-compare](https://github.com/rspack-contrib/performance-compare).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Rsbuild shares many similarities with Vite, as they are both aim to improve the

Rsbuild's build performance is on par with native Rspack. This is the time it takes to build 1000 React components:

![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v049.png)
![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v1-0-0.png)

> The above data comes from the [performance-compare](https://github.com/rspack-contrib/performance-compare) benchmark.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/community/releases/v0-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Rsbuild 的构建性能与原生 Rspack 处于同一水平。由于 Rsbuild 内

以下是构建 1000 个 React 组件的时间:

![](https://assets.rspack.dev/rsbuild/assets/benchmark-v049.png)
![](https://assets.rspack.dev/rsbuild/assets/benchmark-v1-0-0.png)

> 以上数据基于 Farm 团队搭建的 benchmark,更多信息请参考 [performance-compare](https://github.com/rspack-contrib/performance-compare)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/start/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Rsbuild 与 Vite 有许多相似之处,它们皆致力于提升前端的开发

Rsbuild 的构建性能与原生 Rspack 处于同一水平,以下是构建 1000 个 React 组件的时间:

![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v049.png)
![benchmark](https://assets.rspack.dev/rsbuild/assets/benchmark-v1-0-0.png)

> 以上数据来自 [performance-compare](https://github.com/rspack-contrib/performance-compare) benchmark。
Expand Down
Loading