Merge pull request #6315 from jlsong01/update_stress_cmd

update stress installation command for go version 1.17 and later
This commit is contained in:
Kubernetes Prow Robot 2022-01-04 06:24:52 -08:00 committed by GitHub
commit fb0c2abffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -215,6 +215,10 @@ Finally, you can stress test the unit test using the
with this command:
```sh
# go version 1.17 and later
go install golang.org/x/tools/cmd/stress@latest
# go version prior to 1.17
go get golang.org/x/tools/cmd/stress
```