From a6f1b171bc56621759f6421fa662cb4f4584bb45 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 29 May 2019 10:33:09 +0300 Subject: silnce profiling in tests --- crates/ra_lsp_server/tests/heavy_tests/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/ra_lsp_server/tests') diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs index f61048aaf..40d825893 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs @@ -18,7 +18,8 @@ use tempfile::TempDir; use crate::support::{project, Project}; const LOG: &'static str = ""; -const PROFILE: &'static str = "*@3>100"; +const PROFILE: &'static str = ""; +// const PROFILE: &'static str = "*@3>100"; #[test] fn completes_items_from_standard_library() { -- cgit v1.2.3