diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/benchmarks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/benchmarks.rs b/crates/rust-analyzer/src/benchmarks.rs index bdd94b1c4..74bab464b 100644 --- a/crates/rust-analyzer/src/benchmarks.rs +++ b/crates/rust-analyzer/src/benchmarks.rs | |||
@@ -19,7 +19,7 @@ use vfs::{AbsPathBuf, VfsPath}; | |||
19 | use crate::cli::load_cargo::{load_workspace_at, LoadCargoConfig}; | 19 | use crate::cli::load_cargo::{load_workspace_at, LoadCargoConfig}; |
20 | 20 | ||
21 | #[test] | 21 | #[test] |
22 | fn benchmark_integrated_highlighting() { | 22 | fn integrated_highlighting_benchmark() { |
23 | // Don't run slow benchmark by default | 23 | // Don't run slow benchmark by default |
24 | if true { | 24 | if true { |
25 | return; | 25 | return; |