diff options
Diffstat (limited to 'cli/lsp/testing/server.rs')
-rw-r--r-- | cli/lsp/testing/server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/testing/server.rs b/cli/lsp/testing/server.rs index 562bbfcb0..a72e13a83 100644 --- a/cli/lsp/testing/server.rs +++ b/cli/lsp/testing/server.rs @@ -87,7 +87,7 @@ impl TestServer { match update_rx.recv().await { None => break, Some(snapshot) => { - let mark = performance.mark("testing_update", None::<()>); + let mark = performance.mark("lsp.testing_update"); let mut tests = tests.lock(); // we create a list of test modules we currently are tracking // eliminating any we go over when iterating over the document |