Avatar for the FuelLabs user
FuelLabs
sway
BlogDocsChangelog

Defining, parsing, and checking `#[attribute]`s

#6986Merged
Comparing
ironcev/declarative-and-checked-annotations
(
df84e71
) with
master
(
cdcbd2f
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
22
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

semantic_tokens
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::semantic_tokens
CodSpeed Performance Gauge
+9%
3.4 ms
3.1 ms
document_symbol
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::document_symbol
CodSpeed Performance Gauge
+1%
19.1 ms
18.9 ms
format
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::format
CodSpeed Performance Gauge
+1%
463.9 ms
461.5 ms
hover
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::hover
CodSpeed Performance Gauge
0%
3.6 ms
3.6 ms
completion
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::completion
CodSpeed Performance Gauge
0%
21 ms
21 ms
compile
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::compile
CodSpeed Performance Gauge
0%
5 s
5 s
goto_definition
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::goto_definition
CodSpeed Performance Gauge
0%
1.7 ms
1.7 ms
token_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::token_at_position
CodSpeed Performance Gauge
0%
1.7 ms
1.7 ms
code_action
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::code_action
CodSpeed Performance Gauge
0%
28.1 ms
28.1 ms
highlight
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::highlight
CodSpeed Performance Gauge
0%
44.6 ms
44.5 ms
on_enter
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::on_enter
CodSpeed Performance Gauge
0%
125.9 µs
125.8 µs
idents_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::idents_at_position
CodSpeed Performance Gauge
0%
486.4 µs
485.9 µs
find_all_references
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::find_all_references
CodSpeed Performance Gauge
0%
47.2 ms
47.1 ms
rename
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::rename
CodSpeed Performance Gauge
0%
47.2 ms
47.1 ms
parent_decl_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::parent_decl_at_position
CodSpeed Performance Gauge
0%
18.7 ms
18.7 ms
inlay_hints
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::inlay_hints
CodSpeed Performance Gauge
0%
18.6 ms
18.6 ms
tokens_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::tokens_at_position
CodSpeed Performance Gauge
0%
18.7 ms
18.7 ms
prepare_rename
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::prepare_rename
CodSpeed Performance Gauge
0%
1.7 ms
1.7 ms
tokens_for_file
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::tokens_for_file
CodSpeed Performance Gauge
0%
1.7 ms
1.7 ms
traverse
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::traverse
CodSpeed Performance Gauge
0%
228.4 ms
229.3 ms
did_change_with_caching
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::did_change_with_caching
CodSpeed Performance Gauge
-1%
522.4 ms
525.7 ms
code_lens
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::code_lens
CodSpeed Performance Gauge
-1%
5.4 µs
5.5 µs

Commits

Click on a commit to change the comparison range
Base
master
cdcbd2f
0%
Rename `AttributesMap` to `Attributes` and `attributes_list` to `attributes`
632da54
2 months ago
by ironcev
0%
Configure `.typos.toml` to exclude snapshots and Sway files
63ea056
2 months ago
by ironcev
0%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
410b11d
2 months ago
by ironcev
+1%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
1074f89
2 months ago
by ironcev
-1%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
22e04e2
2 months ago
by ironcev
0%
Fix tests failing after merging from master
a116c47
2 months ago
by ironcev
0%
Fix merge issues
40bab02
2 months ago
by ironcev
0%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
86bd805
2 months ago
by ironcev
0%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
4776282
2 months ago
by ironcev
0%
Fix merge issues
365652b
2 months ago
by ironcev
0%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
22d29ae
2 months ago
by ironcev
0%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
014c1dc
2 months ago
by ironcev
+20%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
9620cd6
2 months ago
by ironcev
+1%
Fix merge issues in tests
d4417dd
2 months ago
by ironcev
-21%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
173b9a3
2 months ago
by ironcev
0%
Remove workaround for the misplaced inner comment in ex `core`
573e434
2 months ago
by ironcev
0%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
b4a76f9
2 months ago
by ironcev
-24%
Fix typos and add TODO links
2bb2def
2 months ago
by ironcev
+25%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
950f829
2 months ago
by ironcev
+23%
Fix merge issues
706b30b
2 months ago
by ironcev
-1%
Remove misplaced snapshot files from `complex_ir_cfg` test
0ab2d92
2 months ago
by ironcev
-21%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
4445851
2 months ago
by ironcev
0%
Merge branch 'master' into ironcev/declarative-and-checked-annotations
df84e71
2 months ago
by IGI-111
© 2025 CodSpeed Technology
Home Terms PrivacyDocs