var completionGOPATH …
type completionBenchOptions …
func benchmarkCompletion(options completionBenchOptions, b *testing.B) { … }
func endRangeInBuffer(env *Env, name string) protocol.Range { … }
func BenchmarkStructCompletion(b *testing.B) { … }
func BenchmarkImportCompletion(b *testing.B) { … }
func BenchmarkSliceCompletion(b *testing.B) { … }
func BenchmarkFuncDeepCompletion(b *testing.B) { … }
type completionTest …
var completionTests …
func BenchmarkCompletion(b *testing.B) { … }
var gomodcache …
func runCompletion(b *testing.B, test completionTest, followingEdit, completeUnimported bool, budget string) { … }