diff --git a/cli/bench/lsp.rs b/cli/bench/lsp.rs index a5994c653c..f2070eb216 100644 --- a/cli/bench/lsp.rs +++ b/cli/bench/lsp.rs @@ -421,6 +421,7 @@ pub fn benchmarks(deno_exe: &Path) -> HashMap { let mean = (times.iter().sum::() / times.len() as u32).as_millis() as i64; println!(" ({} runs, mean: {}ms)", times.len(), mean); + exec_times.insert("deco_apps_edits_nav".to_string(), mean); println!("<- End benchmarking lsp");