1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:08:36 -06:00
go/internal/lsp/regtest
Rob Findley 06cc1d0a36 internal/lsp/regtest: add benchmarks for IWL and completion
Add additional benchmarks following the pattern of symbol benchmarks.
One for initial workspace load, and another for completion.

Change-Id: Iba826b188cb81dffabb1b08287dc7b76250dc54c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/250802
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-08-27 17:51:12 +00:00
..
bench_test.go internal/lsp/regtest: add benchmarks for IWL and completion 2020-08-27 17:51:12 +00:00
codelens_test.go internal/lsp: fix builds and tests for go1.12+ 2020-08-27 14:30:46 +00:00
definition_test.go internal/lsp/source: fix unexported references of non-workspace packages 2020-08-20 18:02:10 +00:00
diagnostics_test.go internal/lsp, go/packages: work-around invalid files in GOPATH mode 2020-08-27 16:29:21 +00:00
doc.go internal/lsp/regtest: add expository package documentation 2020-04-28 21:10:48 +00:00
env_test.go internal/lsp: use the token supplied by the client for progress 2020-08-10 15:15:12 +00:00
env.go internal/lsp: improve handling of non-Go folders 2020-08-17 19:03:02 +00:00
fix_test.go internal/lsp: move fillstruct suggested fixes out of analysis 2020-07-20 20:42:44 +00:00
formatting_test.go gopls, internal/lsp: support an extra formatting hook for gofumpt 2020-07-13 21:42:47 +00:00
generate_test.go internal/lsp/regtest: add support for testing generate commands 2020-05-04 19:25:30 +00:00
imports_test.go internal/lsp/regtest: add run options to support stress testing 2020-07-23 23:37:37 +00:00
link_test.go internal/lsp: fix builds and tests for go1.12+ 2020-08-27 14:30:46 +00:00
modfile_test.go internal/lsp: add errors for missing modules that don't map to an import 2020-07-24 00:18:24 +00:00
references_test.go internal/lsp/cache: don't always type check in default mode 2020-08-19 19:22:15 +00:00
reg_test.go internal/lsp: fix builds and tests for go1.12+ 2020-08-27 14:30:46 +00:00
runner.go internal/lsp/regtest: add benchmarks for IWL and completion 2020-08-27 17:51:12 +00:00
shared_test.go internal/lsp/regtest: add run options to support stress testing 2020-07-23 23:37:37 +00:00
stress_test.go internal/lsp/regtest: add benchmarks for IWL and completion 2020-08-27 17:51:12 +00:00
symbol_helper_test.go internal/lsp/fake: define Symbol method on Editor 2020-05-11 20:27:07 +00:00
symbol_test.go internal/lsp/source: add a new symbolStyle configuration option 2020-06-26 17:13:37 +00:00
unix_test.go internal/lsp: lift env out of the sandbox into the editor 2020-07-23 21:58:45 +00:00
vendor_test.go internal/lsp/regtest: add run options to support stress testing 2020-07-23 23:37:37 +00:00
watch_test.go internal/lsp: invalidate all packages on go.mod file changes 2020-07-31 06:09:45 +00:00
workspace_test.go internal/lsp/cache: don't always type check in default mode 2020-08-19 19:22:15 +00:00
wrappers.go internal/lsp, go/packages: work-around invalid files in GOPATH mode 2020-08-27 16:29:21 +00:00