go-wrk
go-wrk copied to clipboard
How to Post different body in go-wrk ?
All the examples are based on a certain body or params. But it would be untruthful if we only using one case to test the system/service performance.
So how to Post vary body in the batch requests test?
for example:
# body
{"key": 1}
{"key": 2}
...