Skip to content

Commit 1ba20bd

Browse files
committed
add placeholder perf section
1 parent edf76d2 commit 1ba20bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/blog/2025-12-01-type-aware-alpha.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,12 @@ Type-aware rules now support automatic fixes via the `--fix` flag. When you run
168168

169169
## Performance
170170

171-
[Add performance benchmarks and comparisons]
171+
| Project | Oxlint + Type Aware | ESLint + typescript-eslint |
172+
| --------------- | ------------------- | -------------------------- |
173+
| outlint/outlint | XXX | XXX |
174+
| vuejs/core | XXXX | XXX |
175+
176+
Our performance testing shows that `oxlint` with type-aware linting is around X times faster that `eslint` with `typescript-eslint`. Take a look at our [performance benchmarks](https://github.com/oxc-project/bench-linter) for more details.
172177

173178
## Technical details
174179

0 commit comments

Comments
 (0)