Skip to content

Commit

Permalink
docs: update benchmark graph (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 12, 2024
1 parent 896b55a commit 1fe4d3f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 1fe4d3f

Please sign in to comment.