diff options
author | 2021-10-07 21:31:52 -0700 | |
---|---|---|
committer | 2021-10-07 21:31:52 -0700 | |
commit | 1c83f3091c895bb27df3e4dc773d96715ee88ed0 (patch) | |
tree | 51dcf79c0c38145fb2061eb57df3cf2c457e1e40 | |
parent | dfd08e7c5572f58e32c89b7c4149ce7166d33e65 (diff) | |
download | bun-1c83f3091c895bb27df3e4dc773d96715ee88ed0.tar.gz bun-1c83f3091c895bb27df3e4dc773d96715ee88ed0.tar.zst bun-1c83f3091c895bb27df3e4dc773d96715ee88ed0.zip |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,8 +20,9 @@ npm install -g bun-cli ## Benchmarks -CSS: [Bun is 14x faster](./bench/hot-module-reloading/css-stress-test) than Next.js at hot reloading CSS. TODO: compare Vite -JavaScript: TODO +**CSS**: [Bun is 14x faster](./bench/hot-module-reloading/css-stress-test) than Next.js at hot reloading CSS. TODO: compare Vite + +**JavaScript**: TODO ### Getting started |