// BenchmarkExecGoEnv measures how long it takes for 'go env GOARCH' to run. // Since 'go' is executed, remember to run 'go install cmd/go' before running // the benchmark if any changes were done. func BenchmarkExecGoEnv(b *testing.B) { … }
// BenchmarkExecGoEnv measures how long it takes for 'go env GOARCH' to run. // Since 'go' is executed, remember to run 'go install cmd/go' before running // the benchmark if any changes were done. func BenchmarkExecGoEnv(b *testing.B) { … }