From 6718be87c8468b8ed27548e350c62ad86287a900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 29 Nov 2023 22:18:23 +0100 Subject: 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). --- cli/tests/integration/lsp_tests.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/tests') 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", -- cgit v1.2.3