diff options
author | 2023-05-19 18:53:00 +0200 | |
---|---|---|
committer | 2023-05-19 12:53:00 -0400 | |
commit | d6223c7f739c8159f785edae250c13b0f041ab76 (patch) | |
tree | a5b1a6174fcb59ef6f23f7c306f63d68805ee914 /bench | |
parent | c3233f1b21ae145e2ab32a7aa4d77c061d5a0006 (diff) | |
download | bun-d6223c7f739c8159f785edae250c13b0f041ab76.tar.gz bun-d6223c7f739c8159f785edae250c13b0f041ab76.tar.zst bun-d6223c7f739c8159f785edae250c13b0f041ab76.zip |
Fix typo (#2959)
Diffstat (limited to 'bench')
-rw-r--r-- | bench/bundle/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bundle/README.md b/bench/bundle/README.md index e973fcd35..64fa725f2 100644 --- a/bench/bundle/README.md +++ b/bench/bundle/README.md @@ -8,7 +8,7 @@ This is a performance benchmark of the following bundlers: - Rollup + Terser - Webpack -It is an exact copy of [`esbuild`'s benchmark](https://github.com/evanw/esbuild/blob/main/Makefile), aside from the fast that Bun [has been added](https://github.com/colinhacks/esbuild/commit/1b928b7981aa7edfadf77fcf8931bb8d6f38cd96). The benchmark bundles 10 copies of the large [three.js](https://threejs.org/), with minification and source maps enabled. +It is an exact copy of [`esbuild`'s benchmark](https://github.com/evanw/esbuild/blob/main/Makefile), aside from the fact that Bun [has been added](https://github.com/colinhacks/esbuild/commit/1b928b7981aa7edfadf77fcf8931bb8d6f38cd96). The benchmark bundles 10 copies of the large [three.js](https://threejs.org/), with minification and source maps enabled. To run the benchmark: |