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:
commit
fb0c2abffc
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue