quick-lint / quick-lint-js

quick-lint-js finds bugs in JavaScript programs
https://quick-lint-js.com
GNU General Public License v3.0
1.54k stars 192 forks source link

Benchmark: add Oxc linter as a comparison #1158

Closed KraXen72 closed 9 months ago

KraXen72 commented 9 months ago

https://github.com/oxc-project/oxc thanks!

strager commented 9 months ago

quick-lint-js's benchmarks are set up to use Oxc's LSP server. Unfortunately, their LSP server is unreliable, so I don't trust benchmark results. (Try out their VS Code extension yourself. Write const x; then comment it out.)

When Oxc's LSP server is more stable, I'll include benchmark results.

cc @Boshen

Boshen commented 9 months ago

You may close this as not planned for now, our lsp server has a long way to go.