summaryrefslogtreecommitdiff
path: root/server-beta/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-11-10 19:27:19 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-11-10 19:27:19 +0800
commit0d1a38eb45e67c5e724cba354ca673344d69b4e9 (patch)
tree3a1b0c030a0e66ad4a7ab37f4c6755f9ef513f55 /server-beta/test.lua
parent65e612667dbe0c9529b9a318871f5807754be64d (diff)
downloadlua-language-server-0d1a38eb45e67c5e724cba354ca673344d69b4e9.zip
优化全局变量性能
Diffstat (limited to 'server-beta/test.lua')
-rw-r--r--server-beta/test.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/server-beta/test.lua b/server-beta/test.lua
index 3ebfca70..b097a6ae 100644
--- a/server-beta/test.lua
+++ b/server-beta/test.lua
@@ -36,8 +36,8 @@ local function main()
print(('测试[%s]用时[%.3f]'):format(name, os.clock() - clock))
end
- test 'definition'
- test 'diagnostics'
+ --test 'definition'
+ --test 'diagnostics'
--test 'references'
--test 'highlight'
--test 'rename'
@@ -47,7 +47,7 @@ local function main()
--test 'completion'
--test 'signature'
--test 'document_symbol'
- test 'crossfile'
+ --test 'crossfile'
test 'full'
test 'other'