summaryrefslogtreecommitdiff
path: root/cli/tests/integration
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-11-29 22:18:23 +0100
committerGitHub <noreply@github.com>2023-11-29 21:18:23 +0000
commit6718be87c8468b8ed27548e350c62ad86287a900 (patch)
tree2a02fd9f7c055c91969532d6bf040ef20601879c /cli/tests/integration
parentae327d0a83be3ad56d42cad7db0b15ae8e853f06 (diff)
perf(lsp): add performance marks for TSC requests (#21383)
This should help us get a better picture where most of the time is spent (the TSC or the surrounding Rust code).
Diffstat (limited to 'cli/tests/integration')
-rw-r--r--cli/tests/integration/lsp_tests.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs
index be3c3c0ad..49b8bb495 100644
--- a/cli/tests/integration/lsp_tests.rs
+++ b/cli/tests/integration/lsp_tests.rs
@@ -8309,6 +8309,10 @@ fn lsp_performance() {
"op_load",
"request",
"testing_update",
+ "tsc $configure",
+ "tsc $getAssets",
+ "tsc $getSupportedCodeFixes",
+ "tsc getQuickInfoAtPosition",
"update_cache",
"update_diagnostics_deps",
"update_diagnostics_lint",