mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore(lsp): Include new benchmark in the collected benchmark data (#23420)
So it will actually show up on the [deno benchmarks site](http://deno.com/benchmarks)
This commit is contained in:
parent
71a1fa4c2e
commit
2dc3f6f57a
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue