mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-15 06:45:27 +00:00
Add diagnostics integrated benchmark
This commit is contained in:
parent
a3b6e891ea
commit
09d33f3e1e
4 changed files with 94 additions and 46 deletions
|
@ -43,7 +43,7 @@ pub trait Upcast<T: ?Sized> {
|
|||
}
|
||||
|
||||
pub const DEFAULT_PARSE_LRU_CAP: usize = 128;
|
||||
pub const DEFAULT_BORROWCK_LRU_CAP: usize = 256;
|
||||
pub const DEFAULT_BORROWCK_LRU_CAP: usize = 1024;
|
||||
|
||||
pub trait FileLoader {
|
||||
/// Text of the file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue