From d60e10f7c1ecc0d55aa4462dd96b7b8d01702257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 17 Jun 2024 17:01:38 +0900 Subject: [PATCH] benchmark source link --- pages/docs/benchmarks.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/docs/benchmarks.mdx b/pages/docs/benchmarks.mdx index ecf48a62..83885bf7 100644 --- a/pages/docs/benchmarks.mdx +++ b/pages/docs/benchmarks.mdx @@ -2,14 +2,17 @@ import Benchmark from 'components/benchmarks/dynamic' # Benchmarks -These benchmarks are used to evaluate the performance of SWC on every commit, as well as against other libraries like Babel or esbuild. You can view the [benchmark source code here](https://github.com/kdy1/benchmark-done-right). +These benchmarks are used to evaluate the performance of SWC on every commit, as well as against other libraries like Babel or esbuild. You can view the [benchmark source code here](https://github.com/swc-project/swc/blob/main/.github/workflows/bench.yml). ## Transformations (Parallel) + This is the most important benchmark, since build tool authors will run tasks concurrently. Note the performance of Babel and `tsx` is indentical for parallel and synchronous benchmarks. +You can view the [benchmark source code here](https://github.com/kdy1/benchmark-done-right). + ### es3 ![Benchmark](https://raw.githubusercontent.com/kdy1/benchmark-done-right/main/images/transform/parallel/es3.png)