diff options
-rw-r--r-- | cli/bench/lsp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/bench/lsp.rs b/cli/bench/lsp.rs index a5994c653..f2070eb21 100644 --- a/cli/bench/lsp.rs +++ b/cli/bench/lsp.rs @@ -421,6 +421,7 @@ pub fn benchmarks(deno_exe: &Path) -> HashMap<String, i64> { let mean = (times.iter().sum::<Duration>() / 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"); |