// This test loads the metadata for the standard library, func TestStdlibMetadata(t *testing.T) { … } // BenchmarkNetHTTP measures the time to load/parse/typecheck the // net/http package and all dependencies. func BenchmarkNetHTTP(b *testing.B) { … }