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.
1 parent 6c0f20d commit ee1c23cCopy full SHA for ee1c23c
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