You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -218,13 +218,13 @@ tsr's behavior is clear by design. TypeScript is used to detect modules in your
218
218
219
219
tsr is designed to be minimal and serve a single purpose. The install size is substantially smaller. Also, tsr is runtime dependent, not relying on `@types/node`.
220
220
221
-
| tsr | Knip |
222
-
| -----| ------ |
221
+
| tsr | Knip |
222
+
| ---- | ------ |
223
223
| 98kB | 5.86MB |
224
224
225
225
#### Better Performance
226
226
227
-
Our benchmark shows that tsr is 2.5x faster compared to Knip 🚀 (see `benchmark/vue_core.sh` for details)
227
+
Our benchmark shows that tsr is 2.14x faster compared to Knip 🚀 (see `benchmark/vue_core.sh` for details)
228
228
229
229
<imgwidth="400"src="./media/comparison.png"alt="benchmark of tsr and Knip" />
230
230
@@ -234,14 +234,14 @@ tsr provides `---recursive` option which will edit your files until there are no
0 commit comments