aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-02-27 14:39:22 +0000
committerGitHub <[email protected]>2021-02-27 14:39:22 +0000
commita8cf346b972b5e79a3b18de5a7f71e49a228be7c (patch)
tree4a51bdb8a2d84cc0b02aa41ed1073a1a16c039b4 /Cargo.lock
parent4a24edd989720f1232d8f6a660d790ae77115964 (diff)
parent23dbf36c7dfcbb43a0def2642287c2fb30864a07 (diff)
Merge #7566
7566: Add benchmark tests for mbe r=matklad a=edwin0cheng This PR add more real world tests dumped from `rust-analyzer analysis-stats .` to benchmark its performance. cc #7513 r? @matklad Co-authored-by: Edwin Cheng <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42c285902..dbd7a746e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -875,6 +875,7 @@ version = "0.0.0"
875dependencies = [ 875dependencies = [
876 "log", 876 "log",
877 "parser", 877 "parser",
878 "profile",
878 "rustc-hash", 879 "rustc-hash",
879 "smallvec", 880 "smallvec",
880 "syntax", 881 "syntax",