Hacker News new | ask | show | jobs
by ternaryoperator 1597 days ago
What tools did you use for timing and benchmarking beyond the tools included in the go distribution?
1 comments

Just the Go benchmarking tools built into "go test", as well as a couple of scripts of my own just using "time ./goawk 'BEGIN { ... test script ... }'" and that kind of thing. Nothing fancy!