go/gopls/internal/regtest/bench
Rob Findley e8507bed92 gopls/internal/regtest/bench: replace -gopls_version with -gopls_commit
The go command can't always resolve arbitrary commits as versions, and
some commits have an x/tools replace directive that must be honored, so
use 'git clone' with an arbitrary commit ref, instead of 'go install'
with a Go module version, to install gopls.

Also rename BenchmarkIWL to BenchmarkInitialWorkspaceLoad.

For golang/go#53538

Change-Id: Ic3a08e4c023e0292f6595cc5b2ab59954d073546
Reviewed-on: https://go-review.googlesource.com/c/tools/+/422908
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
2022-08-15 19:50:52 +00:00
..
bench_test.go gopls/internal/regtest/bench: replace -gopls_version with -gopls_commit 2022-08-15 19:50:52 +00:00
completion_test.go gopls/internal/regtest/bench: add a test for completion following edits 2022-08-05 17:04:18 +00:00
didchange_test.go gopls/internal/regtest/bench: add a -gopls_version flag 2022-08-10 15:08:24 +00:00
iwl_test.go gopls/internal/regtest/bench: replace -gopls_version with -gopls_commit 2022-08-15 19:50:52 +00:00
mem_test.go gopls/internal/regtest/bench: refactor and improve benchmarks 2022-08-04 14:58:59 +00:00
stress_test.go gopls/internal/regtest/bench: refactor and improve benchmarks 2022-08-04 14:58:59 +00:00
workspace_symbols_test.go gopls/internal/regtest/bench: refactor and improve benchmarks 2022-08-04 14:58:59 +00:00