We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a475fe commit 84517f8Copy full SHA for 84517f8
src/docs/guide/benchmarks.md
@@ -26,6 +26,12 @@ Oxlint is 50x - 100x faster than ESLint depending on the number of CPU cores.
26
27
See repository [bench-javascript-linter](https://github.com/oxc-project/bench-javascript-linter).
28
29
+## Formatter
30
+
31
+Oxfmt is 3x faster than Biome, 35x faster than prettier.
32
33
+See repository [bench-formatter](https://github.com/oxc-project/bench-formatter).
34
35
## Resolver
36
37
`oxc-resolver` is 20x faster than webpack's `enhanced-resolve`.
0 commit comments