Hacker News new | ask | show | jobs
by Xeoncross 3025 days ago
It's worth noting that the first number in a benchmark result is how many loops (for n := 0; n < b.N) that Go used to find the results.

The nanoseconds, bytes, and allocs per operation are the important part.