6 ms·
Jmeter is a Poor Choice for REST and Golang
- shakedko 12y agoWhat would be necessary to actually write on ? maybe even using Go.
- danmux 12y agopossibly using http://tip.golang.org/pkg/net/http/httptest http://tip.golang.org/pkg/net/http/httptest and a bit of workflow management - would not be too hard
- marklynch009 12y agoTry locust.io. its much nicer to construct JSON using python
- danmux 12y agowow 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