testing: documentation typo: s;benchark;benchmark; #10794
Closed
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Documentation of package testing on section about benchmark says:
src/pkg/testing.go:47:// During benchark execution, b.N is adjusted until the benchmark function lasts
What did you expect to see?
During benchmark execution, b.N ...
What did you see instead?
During benchark execution, b.N ...
What version of Go are you using (go version)?
; go version
go version go1.4.2 darwin/amd64
The text was updated successfully, but these errors were encountered: