Skip to content

Commit

Permalink
chore(lsp): Include new benchmark in the collected benchmark data (de…
Browse files Browse the repository at this point in the history
…noland#23420)

So it will actually show up on the [deno benchmarks
site](http:https://deno.com/benchmarks)
  • Loading branch information
nathanwhit committed Apr 17, 2024
1 parent 71a1fa4 commit 2dc3f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/bench/lsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 2dc3f6f

Please sign in to comment.