代码拉取完成,页面将自动刷新
== About == GoSpeed is a library of micro-benchmarks for Go which evolved from the GoLightly project. It's main utility is for understanding and reasoning about the performance of Go programs. == Usage == Download the repo to a convenient location in your $GOPATH git clone git@github.com:feyeleanor/gospeed.git or install it to pkg/mod go get github.com/feyeleanor/GoSpeed On macOS/Linux run the benchmarks with: go test -test.bench=".*" or on Windows go test -bench .* If you're running on older hardware such as an Intel Atom N270 netbook (which the early versions of GoSpeed were developed on) then you may also need to add a custom timeout to complete benchmarks which make significant use of channels as the default aggregate test timeout is ten minutes. On macOS/Linux go test -test.bench=".*" -test.timeout="60m" on Windows go test -bench .* -timeout 60m
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。