We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7b8e6f + ee1c23c commit 260bcd9Copy full SHA for 260bcd9
crates/rust-analyzer/src/integrated_benchmarks.rs
@@ -123,7 +123,7 @@ fn integrated_completion_benchmark() {
123
};
124
125
{
126
- let _it = stdx::timeit("unqualified path completion");
+ let _p = profile::span("unqualified path completion");
127
let _span = profile::cpu_span();
128
let analysis = host.analysis();
129
let config = CompletionConfig {
@@ -156,7 +156,7 @@ fn integrated_completion_benchmark() {
156
157
158
159
- let _it = stdx::timeit("dot completion");
+ let _p = profile::span("dot completion");
160
161
162
0 commit comments