You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benchmarks: https://github.com/biomejs/biome/blob/main/benchmark/README.md
Formatting
Biome's ~25 times faster than Prettier
Biome's ~20 times faster than parallel-prettier
Biome's ~20 times faster than xargs -P
Biome's 1.5 to 2 times faster than dprint
Biome single-threaded is ~7 times faster than Prettier.
The speed-ups for the multithreaded benchmarks can vary significantly depending on the setup. For example, Biome is 100 times faster than Prettier on an M1 Max with 10 cores.
Linting
Biome's ~15x times faster than ESLint (without any plugins)
Biome single-threaded is ~4 times faster than ESLint.
The text was updated successfully, but these errors were encountered:
Migrate: https://biomejs.dev/guides/migrate-eslint-prettier/
Benchmarks: https://github.com/biomejs/biome/blob/main/benchmark/README.md
Formatting
Biome's ~25 times faster than Prettier
Biome's ~20 times faster than parallel-prettier
Biome's ~20 times faster than xargs -P
Biome's 1.5 to 2 times faster than dprint
Biome single-threaded is ~7 times faster than Prettier.
The speed-ups for the multithreaded benchmarks can vary significantly depending on the setup. For example, Biome is 100 times faster than Prettier on an M1 Max with 10 cores.
Linting
Biome's ~15x times faster than ESLint (without any plugins)
Biome single-threaded is ~4 times faster than ESLint.
The text was updated successfully, but these errors were encountered: