aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/integrated_benchmarks.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow to disable import insertion on single path glob importsLukas Wirth2021-06-181-0/+2
* Only prefill caches in the completion benchmarkKirill Bulatov2021-06-111-0/+2
* Add config setting for self-on-the-flyLukas Wirth2021-05-311-0/+2
* Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth2021-05-191-0/+2
* MergeBehavior -> ImportGranularityLukas Tobias Wirth2021-05-181-3/+6
* minor: more useful benchAleksey Kladov2021-05-141-2/+2
* Give MergeBehaviour variants better namesLukas Wirth2021-05-101-2/+2
* internal: env var to toggle slow benchesAleksey Kladov2021-05-041-4/+2
* internal: add integrated completion benchmarkAleksey Kladov2021-05-041-0/+186