Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

feat(biome-js-analyzer): adds class member analyzer to extract mutated properties in a class

#7015Merged
Comparing
vladimir-ivanov:feat/classMemberAnalyzer
(
09c73a8
) with
main
(
2af2380
)
CodSpeed Performance Gauge
0%
Untouched
133
Ignored
7

Benchmarks

140 total
jquery.min_16034160674129647344.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+3%
28.5 ms27.7 ms
pixi.min_8151088792683739606.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+3%
130.7 ms127.4 ms
pure_9395922602181450299.css[cached]
crates/biome_css_parser/benches/css_parser.rs::css_parser::bench_css_parser::css_parser
CodSpeed Performance Gauge
+2%
3.2 ms3.1 ms
compiler_3469143416596620219.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
162 ms158.5 ms
d3.min_16009850199655599998.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
105.7 ms103.5 ms
react.production.min_3378072959512366797.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
1.9 ms1.8 ms
d3.min_16009850199655599998.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
113.3 ms111.1 ms
checker_6456328407951392140.ts[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
273.3 ms268.5 ms
foundation_11602414662825430680.css[uncached]
crates/biome_css_parser/benches/css_parser.rs::css_parser::bench_css_parser::css_parser
CodSpeed Performance Gauge
+2%
26.4 ms25.9 ms
math_5920422916221598348.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
198.2 ms195.2 ms
db_17847247775464589309.json[uncached]
crates/biome_json_parser/benches/json_parser.rs::json_parser::bench_parser::json_parser
CodSpeed Performance Gauge
+2%
14.3 ms14.1 ms
bootstrap_18416142857265205439.css[cached]
crates/biome_css_parser/benches/css_parser.rs::css_parser::bench_css_parser::css_parser
CodSpeed Performance Gauge
+1%
36.8 ms36.3 ms
schema_5810376208714739011.graphql[uncached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
CodSpeed Performance Gauge
+1%
602.6 µs594.9 µs
vue.global.prod_4065256639735990520.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
42.4 ms41.9 ms
js_formatter[react-dom.production.min_7131952758041326366.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
+1%
138.1 ms136.5 ms
ios.d_12216376241674358710.d.ts[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
252.2 ms249.3 ms
materialize_5526761731747548557.css[cached]
crates/biome_css_parser/benches/css_parser.rs::css_parser::bench_css_parser::css_parser
CodSpeed Performance Gauge
+1%
26.8 ms26.5 ms
bulma_5641719244145477318.css[uncached]
crates/biome_css_parser/benches/css_parser.rs::css_parser::bench_css_parser::css_parser
CodSpeed Performance Gauge
+1%
122.6 ms121.4 ms
schema_5810376208714739011.graphql[cached]
crates/biome_graphql_parser/benches/graphql_parser.rs::graqhql_parser::bench_parser::graphql_parser
CodSpeed Performance Gauge
+1%
571.7 µs566.2 µs
tex-chtml-full_561698452596513081.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
275.9 ms273.3 ms
css_formatter[semantic_4685287698740288120.css]
crates/biome_css_formatter/benches/css_formatter.rs::css_formatter::bench_css_formatter
CodSpeed Performance Gauge
+1%
394.3 ms390.6 ms
js_formatter[vue.global.prod_4065256639735990520.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
+1%
176.1 ms174.9 ms
css_formatter[materialize_5526761731747548557.css]
crates/biome_css_formatter/benches/css_formatter.rs::css_formatter::bench_css_formatter
CodSpeed Performance Gauge
+1%
90.4 ms89.9 ms
css_formatter[pure_9395922602181450299.css]
crates/biome_css_formatter/benches/css_formatter.rs::css_formatter::bench_css_formatter
CodSpeed Performance Gauge
+1%
10.1 ms10 ms
semantic_4685287698740288120.css[cached]
crates/biome_css_parser/benches/css_parser.rs::css_parser::bench_css_parser::css_parser
CodSpeed Performance Gauge
+1%
116.6 ms116 ms

Commits

Click on a commit to change the comparison range
Base
main
2af2380
+0.05%
feat(biome-js-analyze): introduce class_member_analyzer to find all reads and writes of class members and props
a895c75
6 months ago
by vladimir-ivanov
-0.07%
feat(biome-js-analyze): introduce class_member_analyzer to find all reads and writes of class members and props
dddc6fc
6 months ago
by vladimir-ivanov
+0.08%
feat(biome-js-analyze): introduce class_member_analyzer to find all reads and writes of class members and props
81b7c60
6 months ago
by vladimir-ivanov
-0.04%
feat(biome-js-analyze): introduce class_member_analyzer to find all reads and writes of class members and props
3b0fd16
6 months ago
by vladimir-ivanov
-0.06%
feat(biome-js-analyze): introduce class_member_analyzer to find all reads and writes of class members and props
9608e47
6 months ago
by vladimir-ivanov
+0.14%
feat(biome-js-analyze): introduce class_member_analyzer to find all reads and writes of class members and props
09c73a8
6 months ago
by vladimir-ivanov
© 2026 CodSpeed Technology
Home Terms Privacy Docs