Only prefill caches in the completion benchmark

This commit is contained in:
Kirill Bulatov
2021-06-11 09:27:25 +03:00
parent b24f816c0d
commit 339448157c
5 changed files with 21 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ impl AnalysisStatsCmd {
load_out_dirs_from_check: self.enable_build_scripts,
wrap_rustc: false,
with_proc_macro: self.enable_proc_macros,
prefill_caches: false,
};
let (host, vfs, _proc_macro) =
load_workspace_at(&self.path, &cargo_config, &load_cargo_config, &|_| {})?;