Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Jmeter is a Poor Choice for REST and Golang | Dark Hacker News
Jmeter is a Poor Choice for REST and Golang
(danmux.com)
3 points
by
danmux
11 years ago
| 4 comments
shakedko
11 years ago
|
next
[−]
What would be necessary to actually write on ? maybe even using Go.
danmux
11 years ago
|
parent
|
next
[−]
possibly using
http://tip.golang.org/pkg/net/http/httptest
and a bit of workflow management - would not be too hard
marklynch009
11 years ago
|
next
[−]
Try locust.io. its much nicer to construct JSON using python
danmux
11 years ago
|
parent
|
next
[−]
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