Hacker News new | ask | show | jobs
Jmeter is a Poor Choice for REST and Golang (danmux.com)
3 points by danmux 4372 days ago
2 comments

What would be necessary to actually write on ? maybe even using Go.
possibly using http://tip.golang.org/pkg/net/http/httptest and a bit of workflow management - would not be too hard
Try locust.io. its much nicer to construct JSON using python
wow locust.io - looks great, thanks, I'm surprised I missed that. I'm becoming more and more of a fan of code over configuration.

I'll definitely give that a go