Skip to content

Commit 6d879aa

Browse files
committed
add benchmarks
1 parent 9414a61 commit 6d879aa

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,14 @@ Type-aware rules now support automatic fixes via the `--fix` flag. When you run
172172

173173
## Performance
174174

175-
| Project | Oxlint + Type Aware | ESLint + typescript-eslint |
176-
| --------------- | ------------------- | -------------------------- |
177-
| outline/outline | XXX | XXX |
178-
| vuejs/core | XXXX | XXX |
175+
| Project | Oxlint + Type Aware | ESLint + typescript-eslint | Improvement |
176+
| --------------- | ------------------- | -------------------------- | ----------- |
177+
| vuejs/core | 2.531 s | 20.800 s | 8.22x |
178+
| outline/outline | 4.448 s | 55.070 s | 12.38x |
179179

180-
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.
180+
Benchmarks were performed on a MacBook Pro M2 Max 12 Cores (8 performance and 4 efficiency).
181+
182+
Our performance testing shows that `oxlint` with type-aware linting is around 10 times faster that `eslint` with `typescript-eslint`. Take a look at our [performance benchmarks](https://github.com/oxc-project/bench-linter) for more details.
181183

182184
## Technical details
183185

0 commit comments

Comments
 (0)