Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

feat(biome_service): support applying GritQL plugin rewrites via --write

#9073Merged
Comparing
chocky335:feat/fixable-gritql-plugins
(
f5d2570
) with
next
(
ce65710
)
CodSpeed Performance Gauge
0%
Untouched
58
Ignored
2
Skipped
156

Benchmarks

156 total
graphql_formatter[schema_17790310256719731354.graphql]
crates/biome_graphql_formatter/benches/graphql_formatter.rs::graphql_formatter::bench_formatter
Skipped
25.8 ms*
graphql_formatter[schema_5810376208714739011.graphql]
crates/biome_graphql_formatter/benches/graphql_formatter.rs::graphql_formatter::bench_formatter
Skipped
1.4 ms*
graphql_formatter[schema_8546403410957788002.graphql]
crates/biome_graphql_formatter/benches/graphql_formatter.rs::graphql_formatter::bench_formatter
Skipped
2.5 ms*
schema_17790310256719731354.graphql[cached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
Skipped
10.1 ms*
schema_17790310256719731354.graphql[uncached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
Skipped
11.1 ms*
schema_8546403410957788002.graphql[cached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
Skipped
924.4 µs*
schema_8546403410957788002.graphql[uncached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
Skipped
1 ms*
schema_5810376208714739011.graphql[uncached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
Skipped
600 µs*
schema_5810376208714739011.graphql[cached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
Skipped
559.6 µs*
uncached[simple_classes.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
192.2 µs*
cached[simple_classes.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
143.2 µs*
cached[arbitrary_classes.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
247.4 µs*
cached[extreme_stress.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
873.4 µs*
cached[stress.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
2.2 ms*
uncached[arbitrary_classes.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
313.2 µs*
uncached[variant_classes.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
271.5 µs*
cached[variant_classes.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
222.2 µs*
uncached[extreme_stress.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
1.1 ms*
uncached[stress.txt]
crates/biome_tailwind_parser/benches/tailwind_parser.rs::tailwind_parser::bench_tailwind::tailwind_parser
Skipped
2.8 ms*
json_analyzer[db_17847247775464589309.json]
crates/biome_json_analyze/benches/json_analyzer.rs::json_analyzer::bench_analyzer
Skipped
633 ms*
json_analyzer[eucjp_1600564308684076393.json]
crates/biome_json_analyze/benches/json_analyzer.rs::json_analyzer::bench_analyzer
Skipped
747.9 µs*
json_analyzer[canada_639262044961882324.json]
crates/biome_json_analyze/benches/json_analyzer.rs::json_analyzer::bench_analyzer
Skipped
165.2 ms*
json_analyzer[big5-added_15586211152145260264.json]
crates/biome_json_analyze/benches/json_analyzer.rs::json_analyzer::bench_analyzer
Skipped
449 µs*
json_analyzer[package-lock_11240515041603712709.json]
crates/biome_json_analyze/benches/json_analyzer.rs::json_analyzer::bench_analyzer
Skipped
27.8 ms*
db_17847247775464589309.json[cached]
crates/biome_json_parser/benches/json_parser.rs::json_parser::bench_parser::json_parser
IgnoredSkipped
12.1 ms*

Commits

Click on a commit to change the comparison range
Base
next
ce65710
+0.16%
fix(biome_grit_patterns): add debug_assert for overlapping replacements in linearization
0ada54b
2 months ago
by chocky335
-0.13%
[autofix.ci] apply automated fixes
66d0723
2 months ago
by autofix-ci[bot]
-0.02%
fix(biome_grit_patterns): harden rewrite linearization edge cases
e8826fa
2 months ago
by chocky335
+0.08%
fix(biome_plugin_loader): improve severity error message consistency
4cffff9
2 months ago
by chocky335
-0.02%
fix(biome_plugin_loader): separate log entries from action pairing
72df848
2 months ago
by chocky335
-0.09%
fix(biome_plugin_loader): check missing span only on diagnostic entries
11f2bc5
2 months ago
by chocky335
-17.33%
fix(grit): apply rewrite effects in optimized execution path
892c437
1 month ago
by chocky335
+17.15%
[autofix.ci] apply automated fixes
aa27880
1 month ago
by autofix-ci[bot]
-0.1%
test(cli): update CSS plugin rewrite snapshot after next merge
09354c2
1 month ago
by chocky335
+0.2%
fix(grit): address audit findings in execute_optimized
ac531fe
1 month ago
by chocky335
+0.01%
Merge branch 'next' into feat/fixable-gritql-plugins
fa6df9f
1 month ago
by chocky335
-0.01%
Merge remote-tracking branch 'upstream/next' into feat/fixable-gritql-plugins
f5d2570
28 days ago
by chocky335
© 2026 CodSpeed Technology
Home Terms Privacy Docs