Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

VS Code Benchmark

Benchmarks for linting the Microsoft VS Code codebase with standard JavaScript/TypeScript rules.

Setup

# From the root directory
../init.sh  # Clone VS Code repo and install dependencies

Run Benchmark

./bench.sh

Benchmarks Included

  1. Oxlint vs Biome - Single rule comparison (no-debugger)
  2. Oxlint vs ESLint - Full ruleset comparison with standard JS/TS rules, with ESLint run both single-threaded (default) and multi-threaded (--concurrency=auto)

Configuration Files

  • .oxlintrc.json - Oxlint configuration with standard rules
  • eslint.config.mjs - ESLint configuration with equivalent rules