// BenchmarkReload benchmarks reloading a file metadata after a change to an import. // // This ensures we are able to diagnose a changed file without reloading all // invalidated packages. See also golang/go#61344 func BenchmarkReload(b *testing.B) { … }